4 references to Term
Microsoft.ML.Data (4)
Transforms\ValueToKeyMappingTransformer.cs (2)
277
if ((options.Terms != null || !string.IsNullOrEmpty(options.
Term
)) &&
300
cols[i].Key = item.Term ?? options.
Term
;
Transforms\ValueToKeyMappingTransformerImpl.cs (2)
225
throw ch.ExceptUserArg(nameof(Options.
Term
), "Nothing parsed as '{0}'", ItemType);
250
throw ch.ExceptUserArg(nameof(Options.
Term
), "Nothing parsed as '{0}'", ItemType);