4 references to Raw
Microsoft.ML.StandardTrainers (4)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (4)
284
/// <see cref="
Raw
"/>: output the result of predictors without post-processing. Output is [y_1, ..., y_n].
340
var outputFormula = useProbability ? OutputFormula.ProbabilityNormalization : OutputFormula.
Raw
;
376
if (outputFormula == OutputFormula.
Raw
)
618
OutputFormula = OutputFormula.
Raw
;