16 references to ISchemaBindableMapper
Microsoft.ML.Core (5)
Data\ISchemaBindableMapper.cs (5)
13
/// to columns of that schema). Binding an <see cref="
ISchemaBindableMapper
"/> to a <see cref="RoleMappedSchema"/> produces an
19
/// features column. New predictors can implement <see cref="
ISchemaBindableMapper
"/> directly. Implementing <see cref="
ISchemaBindableMapper
"/>
48
/// A property to get back the <see cref="
ISchemaBindableMapper
"/> that produced this <see cref="ISchemaBoundMapper"/>.
50
ISchemaBindableMapper
Bindable { get; }
Microsoft.ML.Data (8)
Commands\ScoreCommand.cs (1)
358
/// If the above fails, it checks whether the predictor implements <see cref="
ISchemaBindableMapper
"/>
Dirty\PredictorInterfaces.cs (1)
32
/// Predictor that can specialize for quantile regression. It will produce a <see cref="
ISchemaBindableMapper
"/>, given
Model\Onnx\ICanSaveOnnx.cs (1)
45
/// This <see cref="
ISchemaBindableMapper
"/> is savable in ONNX. Note that this is
Model\Pfa\ICanSavePfa.cs (1)
49
/// This <see cref="
ISchemaBindableMapper
"/> is savable as a PFA. Note that this is
Scorers\GenericScorer.cs (1)
94
var
bindable = RowMapper.Bindable;
Scorers\SchemaBindablePredictorWrapper.cs (3)
32
/// This is a base class for wrapping <see cref="IPredictor"/>s in an <see cref="
ISchemaBindableMapper
"/>.
385
/// This is an <see cref="
ISchemaBindableMapper
"/> wrapper for calibrated binary classification predictors.
620
/// This is an <see cref="
ISchemaBindableMapper
"/> wrapper for quantile regression predictors. They need a separate
Microsoft.ML.Ensemble (1)
PipelineEnsemble.cs (1)
71
var
bindable = ScoreUtils.GetSchemaBindableMapper(Parent.Host, Parent.PredictorModels[i].Predictor);
Microsoft.ML.EntryPoints (2)
ScoreModel.cs (2)
82
var
bindable = ScoreUtils.GetSchemaBindableMapper(host, predictor);
132
var
bindable = ScoreUtils.GetSchemaBindableMapper(host, predictor);