18 references to WriteLine
Microsoft.ML.Samples (15)
Dynamic\TensorFlow\TextClassification.cs (2)
67Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})", "Features", 72Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})",
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSample.cs (2)
61Console.WriteLine("The {0}-th example with features [{1}] is " + 66Console.WriteLine("The {0}-th example with features [{1}] is " +
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSampleWithOptions.cs (2)
69Console.WriteLine("The {0}-th example with features [{1}] is" + 74Console.WriteLine("The {0}-th example with features [{1}] is" +
Dynamic\Trainers\MulticlassClassification\PermutationFeatureImportance.cs (1)
66Console.WriteLine("{0}\t{1:G4}\t{2:G4}",
Dynamic\Trainers\MulticlassClassification\PermutationFeatureImportanceLoadFromDisk.cs (1)
74Console.WriteLine("{0}\t{1:G4}\t{2:G4}",
Dynamic\Trainers\Ranking\PermutationFeatureImportance.cs (1)
67Console.WriteLine("{0}\t{1:G4}\t{2:G4}",
Dynamic\Trainers\Ranking\PermutationFeatureImportanceLoadFromDisk.cs (1)
74Console.WriteLine("{0}\t{1:G4}\t{2:G4}",
Dynamic\Transforms\CalculateFeatureContributionCalibrated.cs (1)
43Console.WriteLine("Bias: {0} Feature1: {1} Feature2: {2}",
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\LoadImages.cs (2)
61Console.WriteLine("{0, -25} {1, -25} {2, -25}", "ImagePath", "Name", 89Console.WriteLine("{0, -25} {1, -25} {2, -25}",
Microsoft.ML.Samples.GPU (2)
docs\samples\Microsoft.ML.Samples\Dynamic\TensorFlow\TextClassification.cs (2)
67Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})", "Features", 72Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})",
ReachFramework (1)
AlphaFlattener\Utility.cs (1)
43Console.WriteLine("{0} {1} {2}", s_count, elapsed.TotalSeconds, s_total);