ClusteringCatalog.ClusteringTrainers Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Klasa używana przez MLContext program do tworzenia wystąpień trenerów klastrowania.
public sealed class ClusteringCatalog.ClusteringTrainers : Microsoft.ML.TrainCatalogBase.CatalogInstantiatorBase
type ClusteringCatalog.ClusteringTrainers = class
inherit TrainCatalogBase.CatalogInstantiatorBase
Public NotInheritable Class ClusteringCatalog.ClusteringTrainers
Inherits TrainCatalogBase.CatalogInstantiatorBase
- Dziedziczenie
Metody rozszerzania
KMeans(ClusteringCatalog+ClusteringTrainers, KMeansTrainer+Options) |
Trenowanie algorytmu klastrowania KMeans++ przy użyciu polecenia KMeansTrainer. |
KMeans(ClusteringCatalog+ClusteringTrainers, String, String, Int32) |
Trenowanie algorytmu klastrowania KMeans++ przy użyciu polecenia KMeansTrainer. |