1 write to Term
Microsoft.ML.EntryPoints (1)
FeatureCombiner.cs (1)
105.Select(c => new ValueToKeyMappingTransformer.Column() { Name = c.Name, Source = c.Name, Term = GetTerms(viewTrain, c.InputColumnName) })
3 references to Term
Microsoft.ML.Data (2)
Transforms\ValueToKeyMappingTransformer.cs (2)
72if (MaxNumTerms != null || !string.IsNullOrEmpty(Term) || Sort != null || TextKeyValues != null) 300cols[i].Key = item.Term ?? options.Term;
Microsoft.ML.Transforms (1)
OneHotEncoding.cs (1)
111col.SetKeys(column.Terms ?? options.Terms, column.Term ?? options.Term);