2 instantiations of SchemaBindableBinaryPredictorWrapper
Microsoft.ML.Data (2)
Commands\ScoreCommand.cs (1)
388return new SchemaBindableBinaryPredictorWrapper(predictor);
Scorers\SchemaBindablePredictorWrapper.cs (1)
421return new SchemaBindableBinaryPredictorWrapper(env, ctx);
6 references to SchemaBindableBinaryPredictorWrapper
Microsoft.ML.Data (6)
Scorers\SchemaBindablePredictorWrapper.cs (6)
25[assembly: LoadableClass(typeof(SchemaBindableBinaryPredictorWrapper), null, typeof(SignatureLoadModel), 26"Binary Classification Bindable Mapper", SchemaBindableBinaryPredictorWrapper.LoaderSignature)] 400loaderAssemblyName: typeof(SchemaBindableBinaryPredictorWrapper).Assembly.FullName); 417public static SchemaBindableBinaryPredictorWrapper Create(IHostEnvironment env, ModelLoadContext ctx) 508private readonly SchemaBindableBinaryPredictorWrapper _parent; 517public CalibratedRowMapper(RoleMappedSchema schema, SchemaBindableBinaryPredictorWrapper parent)