ClusteringCatalog.ClusteringTrainers クラス

定義

クラスタリング トレーナーのインスタンスを作成するために使用される MLContext クラス。

public sealed class ClusteringCatalog.ClusteringTrainers : Microsoft.ML.TrainCatalogBase.CatalogInstantiatorBase
type ClusteringCatalog.ClusteringTrainers = class
    inherit TrainCatalogBase.CatalogInstantiatorBase
Public NotInheritable Class ClusteringCatalog.ClusteringTrainers
Inherits TrainCatalogBase.CatalogInstantiatorBase
継承
ClusteringCatalog.ClusteringTrainers

拡張メソッド

KMeans(ClusteringCatalog+ClusteringTrainers, KMeansTrainer+Options)

を使用して KMeans++ クラスタリング アルゴリズムを KMeansTrainerトレーニングします。

KMeans(ClusteringCatalog+ClusteringTrainers, String, String, Int32)

を使用して KMeans++ クラスタリング アルゴリズムを KMeansTrainerトレーニングします。

適用対象