5 references to BinaryPredictionTransformer
Microsoft.ML.Data (3)
Scorers\PredictionTransformer.cs (3)
14[assembly: LoadableClass(typeof(ISingleFeaturePredictionTransformer<object>), typeof(BinaryPredictionTransformer), null, typeof(SignatureLoadModel), 15"", BinaryPredictionTransformer.LoaderSignature)] 467loaderSignature: BinaryPredictionTransformer.LoaderSignature,
Microsoft.ML.Mkl.Components (1)
SymSgdClassificationTrainer.cs (1)
267/// a <see cref="BinaryPredictionTransformer"/>.
Microsoft.ML.StandardTrainers (1)
Standard\SdcaBinary.cs (1)
2011/// Continues the training of a <see cref="SdcaLogisticRegressionBinaryTrainer"/> using an already trained <paramref name="modelParameters"/> and returns a <see cref="BinaryPredictionTransformer"/>.