public class MusicProfilesData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMMUNITIES_RESULT |
static String |
MAX_ITERATIONS |
static String |
MISMATCHES |
static String |
TOP_SONGS_RESULT |
static String |
USER_SONG_TRIPLETS |
Constructor and Description |
---|
MusicProfilesData() |
Modifier and Type | Method and Description |
---|---|
static DataSet<String> |
getMismatches(ExecutionEnvironment env) |
static DataSet<Tuple3<String,String,Integer>> |
getUserSongTriplets(ExecutionEnvironment env) |
public static final String USER_SONG_TRIPLETS
public static final String MISMATCHES
public static final String MAX_ITERATIONS
public static final String TOP_SONGS_RESULT
public static final String COMMUNITIES_RESULT
public static DataSet<Tuple3<String,String,Integer>> getUserSongTriplets(ExecutionEnvironment env)
public static DataSet<String> getMismatches(ExecutionEnvironment env)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.