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