3 writes to _textMetadata
Microsoft.ML.Data (3)
Transforms\ValueToKeyMappingTransformer.cs (3)
258_textMetadata = new bool[_unboundMaps.Length]; 325_textMetadata = ctx.Reader.ReadBoolArray(columnsLength); 327_textMetadata = new bool[columnsLength]; // No need to set in this case. They're all text.
5 references to _textMetadata
Microsoft.ML.Data (5)
Transforms\ValueToKeyMappingTransformer.cs (5)
260_textMetadata[iinfo] = columns[iinfo].AddKeyValueAnnotationsAsText; 661Host.Assert(_unboundMaps.Length == _textMetadata.Length); 662Host.Assert(_textMetadata.Length == ColumnPairs.Length); 663ctx.Writer.WriteBoolBytesNoCount(_textMetadata); 736_termMap[iinfo] = Bind(Host, inputSchema, _parent._unboundMaps[iinfo], _infos, _parent._textMetadata, iinfo);