3 references to PredictorType
Microsoft.ML.StandardTrainers (3)
Standard\MulticlassClassification\MetaMulticlassTrainer.cs (2)
86
return Args.
PredictorType
!= null ?
87
Args.
PredictorType
.CreateComponent(Host) :
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
318
ch.Warning($"{nameof(OneVersusAllTrainer.Options.UseProbabilities)} specified with {nameof(OneVersusAllTrainer.Options.
PredictorType
)} that can't produce probabilities.");