1 instantiation of DataStore
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1445Data = new DataStore(MaxNumSamples);
2 references to DataStore
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
1341public sealed class DataStore : IEnumerable<DataStore.DataItem> 1425protected DataStore Data;