Synapseml
0.10.0
|
RecommendationIndexer implements RecommendationIndexer More...
Public Member Functions | |
RecommendationIndexer () | |
Creates a RecommendationIndexer without any parameters. More... | |
RecommendationIndexer (string uid) | |
Creates a RecommendationIndexer with a UID that is used to give the RecommendationIndexer a unique ID. More... | |
RecommendationIndexer | SetItemInputCol (string value) |
Sets value for itemInputCol More... | |
RecommendationIndexer | SetItemOutputCol (string value) |
Sets value for itemOutputCol More... | |
RecommendationIndexer | SetRatingCol (string value) |
Sets value for ratingCol More... | |
RecommendationIndexer | SetUserInputCol (string value) |
Sets value for userInputCol More... | |
RecommendationIndexer | SetUserOutputCol (string value) |
Sets value for userOutputCol More... | |
string | GetItemInputCol () |
Gets itemInputCol value More... | |
string | GetItemOutputCol () |
Gets itemOutputCol value More... | |
string | GetRatingCol () |
Gets ratingCol value More... | |
string | GetUserInputCol () |
Gets userInputCol value More... | |
string | GetUserOutputCol () |
Gets userOutputCol value More... | |
override RecommendationIndexerModel | Fit (DataFrame dataset) |
Fits a model to the input data. More... | |
void | Save (string path) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More... | |
JavaMLWriter | Write () |
| |
JavaMLReader< RecommendationIndexer > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static RecommendationIndexer | Load (string path) |
Loads the RecommendationIndexer that was previously saved using Save(string). More... | |
RecommendationIndexer implements RecommendationIndexer
|
inline |
Creates a RecommendationIndexer without any parameters.
|
inline |
Creates a RecommendationIndexer with a UID that is used to give the RecommendationIndexer a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
override RecommendationIndexerModel Synapse.ML.Recommendation.RecommendationIndexer.Fit | ( | DataFrame | dataset | ) |
Fits a model to the input data.
dataset | The DataFrame to fit the model to. |
string Synapse.ML.Recommendation.RecommendationIndexer.GetItemInputCol | ( | ) |
Gets itemInputCol value
string Synapse.ML.Recommendation.RecommendationIndexer.GetItemOutputCol | ( | ) |
Gets itemOutputCol value
string Synapse.ML.Recommendation.RecommendationIndexer.GetRatingCol | ( | ) |
Gets ratingCol value
string Synapse.ML.Recommendation.RecommendationIndexer.GetUserInputCol | ( | ) |
Gets userInputCol value
string Synapse.ML.Recommendation.RecommendationIndexer.GetUserOutputCol | ( | ) |
Gets userOutputCol value
|
static |
Loads the RecommendationIndexer that was previously saved using Save(string).
path | The path the previous RecommendationIndexer was saved to |
JavaMLReader<RecommendationIndexer> Synapse.ML.Recommendation.RecommendationIndexer.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Recommendation.RecommendationIndexer.Save | ( | string | path | ) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
path | The path to save the object to |
RecommendationIndexer Synapse.ML.Recommendation.RecommendationIndexer.SetItemInputCol | ( | string | value | ) |
RecommendationIndexer Synapse.ML.Recommendation.RecommendationIndexer.SetItemOutputCol | ( | string | value | ) |
Sets value for itemOutputCol
value | Item Output Col |
RecommendationIndexer Synapse.ML.Recommendation.RecommendationIndexer.SetRatingCol | ( | string | value | ) |
RecommendationIndexer Synapse.ML.Recommendation.RecommendationIndexer.SetUserInputCol | ( | string | value | ) |
RecommendationIndexer Synapse.ML.Recommendation.RecommendationIndexer.SetUserOutputCol | ( | string | value | ) |
Sets value for userOutputCol
value | User Output Col |