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