ClusteringCatalog 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.
Class used by MLContext to create instances of clustering components, such as trainers.
public sealed class ClusteringCatalog : Microsoft.ML.TrainCatalogBase
type ClusteringCatalog = class
inherit TrainCatalogBase
Public NotInheritable Class ClusteringCatalog
Inherits TrainCatalogBase
- Inheritance
Properties
Trainers |
The list of trainers for performing clustering. |
Methods
CrossValidate(IDataView, IEstimator<ITransformer>, Int32, String, String, String, Nullable<Int32>) |
Run cross-validation over |
Evaluate(IDataView, String, String, String) |
Evaluates scored clustering data. |