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