1 implementation of IDistCanSavePfa
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
291IDistCanSavePfa, IDistCanSaveOnnx
4 references to IDistCanSavePfa
Microsoft.ML.Data (4)
Prediction\Calibrator.cs (1)
355void IDistCanSavePfa.SaveAsPfa(BoundPfaContext ctx, JToken input,
Scorers\SchemaBindablePredictorWrapper.cs (3)
435Contracts.Assert(ValueMapper is IDistCanSavePfa); 438var mapper = (IDistCanSavePfa)ValueMapper;