4 writes to NumericVectorB
Microsoft.ML.Samples (4)
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformationMultiColumn.cs (4)
92
NumericVectorB
= new float[] { 7, 8, 9 },
98
NumericVectorB
= new float[] { 7, 9, 0 },
104
NumericVectorB
= new float[] { 7, 8, 9 },
110
NumericVectorB
= new float[] { 7, 8, 0 },
1 reference to NumericVectorB
Microsoft.ML.Samples (1)
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformationMultiColumn.cs (1)
23
.NumericVectorA), string.Join(",", item.
NumericVectorB
));