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)
381
if (
_toSomething
!= null)
382
return _hash.Append(
_toSomething
).GetOutputSchema(inputSchema);
390
public OneHotHashEncodingTransformer Fit(IDataView input) => new OneHotHashEncodingTransformer(_hash,
_toSomething
, input);