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