3 overrides of InputType
Microsoft.ML.StandardTrainers (3)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (3)
599
public override DataViewType
InputType
{ get; }
683
public override DataViewType
InputType
{ get; }
848
public override DataViewType
InputType
{ get; }
1 reference to InputType
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
441
get { return _impl.
InputType
; }