4 writes to NumericVectorB
Microsoft.ML.Samples (4)
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformationMultiColumn.cs (4)
92NumericVectorB = new float[] { 7, 8, 9 }, 98NumericVectorB = new float[] { 7, 9, 0 }, 104NumericVectorB = new float[] { 7, 8, 9 }, 110NumericVectorB = 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));