次の方法で共有


UnsupervisedTrainerInputBaseWithWeight クラス

定義

重み列をサポートするすべての教師なしトレーナー入力の基本クラス。

public abstract class UnsupervisedTrainerInputBaseWithWeight : Microsoft.ML.Trainers.TrainerInputBase
type UnsupervisedTrainerInputBaseWithWeight = class
    inherit TrainerInputBase
Public MustInherit Class UnsupervisedTrainerInputBaseWithWeight
Inherits TrainerInputBase
継承
UnsupervisedTrainerInputBaseWithWeight
派生

フィールド

ExampleWeightColumnName

重みなどの使用する列。

FeatureColumnName

特徴に使用する列。

(継承元 TrainerInputBase)

適用対象