2 implementations of ICanSaveInBinaryFormat
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
1166public sealed class NaiveCalibrator : ICalibrator, ICanSaveInBinaryFormat, ISingleCanSaveOnnx 1932public 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)
46var sb = value as ICanSaveInBinaryFormat;
Microsoft.ML.Data (4)
Dirty\PredictorUtils.cs (2)
73var saver = predictor as ICanSaveInBinaryFormat;
Prediction\Calibrator.cs (2)
1249void ICanSaveInBinaryFormat.SaveAsBinary(BinaryWriter writer) 2044void ICanSaveInBinaryFormat.SaveAsBinary(BinaryWriter writer)