1 write to Sort
Microsoft.ML.EntryPoints (1)
FeatureCombiner.cs (1)
255Sort = ValueToKeyMappingEstimator.KeyOrdinality.ByValue
3 references to Sort
Microsoft.ML.Data (2)
Transforms\ValueToKeyMappingTransformer.cs (2)
72if (MaxNumTerms != null || !string.IsNullOrEmpty(Term) || Sort != null || TextKeyValues != null) 289var sortOrder = item.Sort ?? options.Sort;
Microsoft.ML.Transforms (1)
OneHotEncoding.cs (1)
110column.Sort ?? options.Sort);