4 references to ScoreSchemaFactory
Microsoft.ML.Data (4)
Prediction\Calibrator.cs (1)
670OutputSchema = ScoreSchemaFactory.CreateBinaryClassificationSchema();
Scorers\SchemaBindablePredictorWrapper.cs (3)
356new SingleValueRowMapper(schema, this, ScoreSchemaFactory.Create(ScoreType, _scoreColumnKind)); 525OutputSchema = ScoreSchemaFactory.CreateBinaryClassificationSchema(); 696new SingleValueRowMapper(schema, this, ScoreSchemaFactory.CreateQuantileRegressionSchema(ScoreType, _quantiles));