3 references to ReadLongArray
Microsoft.ML.Core (2)
Data\ModelHeader.cs (1)
507long[] offsets = reader.ReadLongArray((int)cstr);
Utilities\Stream.cs (1)
584return ReadLongArray(reader, size);
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
341_featureHistogram[iLabel] = ctx.Reader.ReadLongArray(_featureCount);