1 write to ISrcCol
Microsoft.ML.Transforms (1)
Text\NgramHashingTransformer.cs (1)
699ISrcCol = srcCol;
7 references to ISrcCol
Microsoft.ML.Transforms (7)
Text\NgramHashingTransformer.cs (7)
706return new NGram(ngram, Lim, ISrcCol); 716if (other != null && other.Lim == Lim && other.ISrcCol == ISrcCol) 731hash = Hashing.CombineHash(hash, ISrcCol); 769Contracts.Assert(src.ISrcCol == 0); 802var srcMap = _srcTextGetters[srcIndices[src.ISrcCol]]; 805dst.Append(srcNames[src.ISrcCol]);