Dynamic\TensorFlow\TextClassification.cs (5)
67Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})", "Features",
72Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})",
125Console.WriteLine("Number of classes: {0}", prediction.Prediction
127Console.WriteLine("Is sentiment/review positive? {0}", prediction
129Console.WriteLine("Prediction Confidence: {0}", prediction.Prediction[1]
Dynamic\Trainers\BinaryClassification\Calibrators\FixedPlatt.cs (2)
79Console.WriteLine("{0, -10} {1, -10}", "Score", value.Score);
87Console.WriteLine("{0, -10} {1, -10} {2, -10} {3, -10}", "Score",
Dynamic\Trainers\BinaryClassification\Calibrators\Isotonic.cs (2)
79Console.WriteLine("{0, -10} {1, -10}", "Score", value.Score);
87Console.WriteLine("{0, -10} {1, -10} {2, -10} {3, -10}", "Score",
Dynamic\Trainers\BinaryClassification\Calibrators\Naive.cs (2)
79Console.WriteLine("{0, -10} {1, -10}", "Score", value.Score);
87Console.WriteLine("{0, -10} {1, -10} {2, -10} {3, -10}", "Score",
Dynamic\Trainers\BinaryClassification\Calibrators\Platt.cs (2)
79Console.WriteLine("{0, -10} {1, -10}", "Score", value.Score);
87Console.WriteLine("{0, -10} {1, -10} {2, -10} {3, -10}", "Score",
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCount.cs (4)
20Console.WriteLine($"NumericVector StringVector");
22Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item
50Console.WriteLine($"NumericVector StringVector");
52Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item.
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCountMultiColumn.cs (4)
20Console.WriteLine($"NumericVector StringVector");
22Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item.
50Console.WriteLine($"NumericVector StringVector");
52Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformation.cs (4)
20Console.WriteLine($"Label NumericVector");
22Console.WriteLine("{0,-25} {1,-25}", item.Label, string.Join(",",
48Console.WriteLine($"NumericVector");
50Console.WriteLine("{0,-25}", string.Join(",", item.NumericVector));
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformationMultiColumn.cs (4)
20Console.WriteLine($"NumericVectorA NumericVectorB");
22Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item
51Console.WriteLine($"NumericVectorA NumericVectorB");
53Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item
Dynamic\Transforms\ImageAnalytics\ConvertToGrayScale.cs (2)
62Console.WriteLine("{0, -25} {1, -25} {2, -25} {3, -25}", "ImagePath",
95Console.WriteLine("{0, -25} {1, -25} {2, -25} {3, -25}",
Dynamic\Transforms\ImageAnalytics\ConvertToImage.cs (2)
50Console.WriteLine("{0, -25} {1, -25} {2, -25}", "Features", "Image",
77Console.WriteLine("{0, -25} {1, -25} {2, -25}", string.Join(",",
Dynamic\Transforms\ImageAnalytics\ExtractPixels.cs (2)
69Console.WriteLine("{0, -25} {1, -25} {2, -25} {3, -25} {4, -25}",
109Console.WriteLine("{0, -25} {1, -25} {2, -25} {3, -25} " +
Dynamic\Transforms\ImageAnalytics\LoadImages.cs (2)
61Console.WriteLine("{0, -25} {1, -25} {2, -25}", "ImagePath", "Name",
89Console.WriteLine("{0, -25} {1, -25} {2, -25}",
Dynamic\Transforms\ImageAnalytics\ResizeImages.cs (2)
64Console.WriteLine("{0, -25} {1, -25} {2, -25} {3, -25}", "ImagePath",
97Console.WriteLine("{0, -25} {1, -25} {2, -25} {3, -25}",