3 types derived from ImplBase
Microsoft.ML.StandardTrainers (3)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (3)
597private sealed class ImplRaw : ImplBase 680private sealed class ImplDist : ImplBase 846private sealed class ImplSoftmax : ImplBase
3 references to ImplBase
Microsoft.ML.StandardTrainers (3)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (3)
268private readonly ImplBase _impl; 300ImplBase impl; 356private OneVersusAllModelParameters(IHostEnvironment env, ImplBase impl)