RecommendationCatalog 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.
The central catalog for recommendation trainers and tasks.
public sealed class RecommendationCatalog : Microsoft.ML.TrainCatalogBase
type RecommendationCatalog = class
inherit TrainCatalogBase
Public NotInheritable Class RecommendationCatalog
Inherits TrainCatalogBase
- Inheritance
Properties
Trainers |
The list of trainers for performing recommendation. |
Methods
CrossValidate(IDataView, IEstimator<ITransformer>, Int32, String, String, Nullable<Int32>) |
Run cross-validation over |
Evaluate(IDataView, String, String) |
Evaluates the scored recommendation data. |