Synapseml
0.10.0
|
RecommendationIndexerModel implements RecommendationIndexerModel More...
Public Member Functions | |
RecommendationIndexerModel () | |
Creates a RecommendationIndexerModel without any parameters. More... | |
RecommendationIndexerModel (string uid) | |
Creates a RecommendationIndexerModel with a UID that is used to give the RecommendationIndexerModel a unique ID. More... | |
RecommendationIndexerModel | SetItemIndexModel (JavaTransformer value) |
Sets value for itemIndexModel More... | |
RecommendationIndexerModel | SetItemInputCol (string value) |
Sets value for itemInputCol More... | |
RecommendationIndexerModel | SetItemOutputCol (string value) |
Sets value for itemOutputCol More... | |
RecommendationIndexerModel | SetRatingCol (string value) |
Sets value for ratingCol More... | |
RecommendationIndexerModel | SetUserIndexModel (JavaTransformer value) |
Sets value for userIndexModel More... | |
RecommendationIndexerModel | SetUserInputCol (string value) |
Sets value for userInputCol More... | |
RecommendationIndexerModel | SetUserOutputCol (string value) |
Sets value for userOutputCol More... | |
JavaTransformer | GetItemIndexModel () |
Gets itemIndexModel value More... | |
string | GetItemInputCol () |
Gets itemInputCol value More... | |
string | GetItemOutputCol () |
Gets itemOutputCol value More... | |
string | GetRatingCol () |
Gets ratingCol value More... | |
JavaTransformer | GetUserIndexModel () |
Gets userIndexModel value More... | |
string | GetUserInputCol () |
Gets userInputCol value More... | |
string | GetUserOutputCol () |
Gets userOutputCol value 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< RecommendationIndexerModel > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static RecommendationIndexerModel | Load (string path) |
Loads the RecommendationIndexerModel that was previously saved using Save(string). More... | |
|
inline |
Creates a RecommendationIndexerModel without any parameters.
|
inline |
Creates a RecommendationIndexerModel with a UID that is used to give the RecommendationIndexerModel a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
|
inline |
Gets itemIndexModel value
string Synapse.ML.Recommendation.RecommendationIndexerModel.GetItemInputCol | ( | ) |
Gets itemInputCol value
string Synapse.ML.Recommendation.RecommendationIndexerModel.GetItemOutputCol | ( | ) |
Gets itemOutputCol value
string Synapse.ML.Recommendation.RecommendationIndexerModel.GetRatingCol | ( | ) |
Gets ratingCol value
|
inline |
Gets userIndexModel value
string Synapse.ML.Recommendation.RecommendationIndexerModel.GetUserInputCol | ( | ) |
Gets userInputCol value
string Synapse.ML.Recommendation.RecommendationIndexerModel.GetUserOutputCol | ( | ) |
Gets userOutputCol value
|
static |
Loads the RecommendationIndexerModel that was previously saved using Save(string).
path | The path the previous RecommendationIndexerModel was saved to |
JavaMLReader<RecommendationIndexerModel> Synapse.ML.Recommendation.RecommendationIndexerModel.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Recommendation.RecommendationIndexerModel.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 |
RecommendationIndexerModel Synapse.ML.Recommendation.RecommendationIndexerModel.SetItemIndexModel | ( | JavaTransformer | value | ) |
Sets value for itemIndexModel
value | itemIndexModel |
RecommendationIndexerModel Synapse.ML.Recommendation.RecommendationIndexerModel.SetItemInputCol | ( | string | value | ) |
Sets value for itemInputCol
value | Item Input Col |
RecommendationIndexerModel Synapse.ML.Recommendation.RecommendationIndexerModel.SetItemOutputCol | ( | string | value | ) |
Sets value for itemOutputCol
value | Item Output Col |
RecommendationIndexerModel Synapse.ML.Recommendation.RecommendationIndexerModel.SetRatingCol | ( | string | value | ) |
RecommendationIndexerModel Synapse.ML.Recommendation.RecommendationIndexerModel.SetUserIndexModel | ( | JavaTransformer | value | ) |
Sets value for userIndexModel
value | userIndexModel |
RecommendationIndexerModel Synapse.ML.Recommendation.RecommendationIndexerModel.SetUserInputCol | ( | string | value | ) |
Sets value for userInputCol
value | User Input Col |
RecommendationIndexerModel Synapse.ML.Recommendation.RecommendationIndexerModel.SetUserOutputCol | ( | string | value | ) |
Sets value for userOutputCol
value | User Output Col |