RecommendationCatalog.RecommendationTrainers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class RecommendationCatalog.RecommendationTrainers : Microsoft.ML.TrainCatalogBase.CatalogInstantiatorBase
type RecommendationCatalog.RecommendationTrainers = class
inherit TrainCatalogBase.CatalogInstantiatorBase
Public NotInheritable Class RecommendationCatalog.RecommendationTrainers
Inherits TrainCatalogBase.CatalogInstantiatorBase
- Inheritance
Methods
MatrixFactorization(MatrixFactorizationTrainer+Options) |
Create MatrixFactorizationTrainer with advanced options, which predicts element values in a matrix using matrix factorization. |
MatrixFactorization(String, String, String, Int32, Double, Int32) |
Create MatrixFactorizationTrainer, which predicts element values in a matrix using matrix factorization. |