3 references to Mapper
Microsoft.ML.Transforms (3)
MutualInformationFeatureSelection.cs (3)
639private delegate float[] ComputeMutualInformationDelegate<T>(Transposer trans, int col, Mapper<T> mapper); 643private static Mapper<T> MakeKeyMapper<T>(DataViewType type) 660private float[] ComputeMutualInformation<T>(Transposer trans, int col, Mapper<T> mapper)