2 references to Term
Microsoft.ML.Data (2)
Transforms\ValueToKeyMappingTransformer.cs (2)
72
if (MaxNumTerms != null || !string.IsNullOrEmpty(
Term
) || Sort != null || TextKeyValues != null)
300
cols[i].Key = item.
Term
?? options.Term;