4 references to ReadBoolArray
Microsoft.ML.Core (1)
Utilities\Stream.cs (1)
607return ReadBoolArray(reader, size);
Microsoft.ML.Data (2)
Transforms\KeyToVector.cs (1)
185bags = ctx.Reader.ReadBoolArray(columnsLength);
Transforms\ValueToKeyMappingTransformer.cs (1)
325_textMetadata = ctx.Reader.ReadBoolArray(columnsLength);
Microsoft.ML.Transforms (1)
Text\NgramTransform.cs (1)
161NonEmptyLevels = ctx.Reader.ReadBoolArray(NgramLength);