1 write to _host
Microsoft.ML.Transforms (1)
Text\NgramTransform.cs (1)
949
_host
= env.Register(nameof(NgramExtractingEstimator));
4 references to _host
Microsoft.ML.Transforms (4)
Text\NgramTransform.cs (4)
956
public NgramExtractingTransformer Fit(IDataView input) => new NgramExtractingTransformer(
_host
, input, _columns);
1079
_host
.CheckValue(inputSchema, nameof(inputSchema));
1084
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName);
1086
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, ExpectedColumnType, col.GetTypeString());