4 writes to StringVector
Microsoft.ML.Samples (4)
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCount.cs (4)
88StringVector = new string[] { "A", "WA", "Male"} 93StringVector = new string[] { "A", string.Empty, "Female"} 98StringVector = new string[] { "A", "NY", null} 103StringVector = new string[] { "A", null, "Male"}
1 reference to StringVector
Microsoft.ML.Samples (1)
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCount.cs (1)
23.NumericVector), string.Join(",", item.StringVector));