3 references to IsValid
Microsoft.ML.StandardTrainers (3)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (3)
612
Contracts.Check(
IsValid
(vm, ref inputType), "Predictor doesn't implement the expected interface");
707
return base.
IsValid
(mapper, ref inputType) && mapper.DistType == NumberDataViewType.Single;
861
Contracts.Check(
IsValid
(vm, ref inputType), "Predictor doesn't implement the expected interface");