UnsupervisedTrainerInputBaseWithWeight 类

定义

支持权重列的所有无监督训练器输入的基类。

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

字段

ExampleWeightColumnName

要用于示例权重的列。

FeatureColumnName

要用于功能的列。

(继承自 TrainerInputBase)

适用于