We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7961575 commit a0e959cCopy full SHA for a0e959c
src/Microsoft.ML.ImageAnalytics/ExtensionsCatalog.cs
@@ -84,7 +84,7 @@ public static ImageLoadingEstimator LoadImages(this TransformsCatalog catalog, s
84
/// <example>
85
/// <format type="text/markdown">
86
/// <]
+ /// [!code-csharp[ImageClassification](~/../docs/samples/docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/MulticlassClassification/ImageClassification/ImageClassificationDefault.cs)]
88
/// ]]></format>
89
/// </example>
90
public static ImageLoadingEstimator LoadRawImageBytes(this TransformsCatalog catalog, string outputColumnName, string imageFolder, string inputColumnName = null)
0 commit comments