3 writes to _toSomething
Microsoft.ML.Transforms (3)
OneHotHashEncoding.cs (3)
364_toSomething = toVector.Append(toBinVector); 368_toSomething = toBinVector; 370_toSomething = toVector;
3 references to _toSomething
Microsoft.ML.Transforms (3)
OneHotHashEncoding.cs (3)
381if (_toSomething != null) 382return _hash.Append(_toSomething).GetOutputSchema(inputSchema); 390public OneHotHashEncodingTransformer Fit(IDataView input) => new OneHotHashEncodingTransformer(_hash, _toSomething, input);