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]. 340var outputFormula = useProbability ? OutputFormula.ProbabilityNormalization : OutputFormula.Raw; 376if (outputFormula == OutputFormula.Raw) 618OutputFormula = OutputFormula.Raw;