2 writes to _transformInfos
Microsoft.ML.Transforms (2)
Text\NgramTransform.cs (2)
217_transformInfos = transformInfos.ToImmutableArray(); 405_transformInfos = transformInfos.ToImmutableArray();
11 references to _transformInfos
Microsoft.ML.Transforms (11)
Text\NgramTransform.cs (11)
218_ngramMaps = Train(Host, columns, _transformInfos, input, out _invDocFreqs); 465for (int i = 0; i < _transformInfos.Length; i++) 467_transformInfos[i].Save(ctx); 543uint[] ngram = new uint[_parent._transformInfos[iinfo].NgramLength]; 559var transformInfo = _parent._transformInfos[iinfo]; 662Host.Assert(lim <= Utils.Size(_parent._transformInfos[iinfo].NonEmptyLevels)); 664if (!_parent._transformInfos[iinfo].NonEmptyLevels[lim - 1]) 678var bldr = new NgramBufferBuilder(_parent._transformInfos[iinfo].NgramLength, _parent._transformInfos[iinfo].SkipLength, 685switch (_parent._transformInfos[iinfo].Weighting) 776var transformInfo = _parent._transformInfos[iinfo];