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