2 implementations of ICanSaveInBinaryFormat
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
1166
public sealed class NaiveCalibrator : ICalibrator,
ICanSaveInBinaryFormat
, ISingleCanSaveOnnx
1932
public sealed class IsotonicCalibrator : ICalibrator,
ICanSaveInBinaryFormat
8 references to ICanSaveInBinaryFormat
Microsoft.ML.Core (4)
Data\ModelSaveContext.cs (2)
19
/// It can also be used when saving to a single stream, for implementors of <see cref="
ICanSaveInBinaryFormat
"/>.
119
/// Create a <see cref="ModelSaveContext"/> supporting saving to a single-stream, for implementors of <see cref="
ICanSaveInBinaryFormat
"/>.
Data\ModelSaving.cs (2)
46
var
sb = value as
ICanSaveInBinaryFormat
;
Microsoft.ML.Data (4)
Dirty\PredictorUtils.cs (2)
73
var
saver = predictor as
ICanSaveInBinaryFormat
;
Prediction\Calibrator.cs (2)
1249
void
ICanSaveInBinaryFormat
.SaveAsBinary(BinaryWriter writer)
2044
void
ICanSaveInBinaryFormat
.SaveAsBinary(BinaryWriter writer)