You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Create a <see cref="ImageGrayscalingEstimator"/>, which converts images in the column specified in <see cref="InputOutputColumnPair.InputColumnName"/>
15
+
/// to grayscale images in a new column: <see cref="InputOutputColumnPair.OutputColumnName" />.
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
16
-
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
18
+
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.
19
+
/// This column's data type will be the same as that of the input column.</param>
20
+
/// <param name="inputColumnName">Name of the column to convert images to grayscale from.
21
+
/// This estimator operates only on <see cref="System.Drawing.Bitmap"/>.</param>
17
22
/// <example>
18
23
/// <format type="text/markdown">
19
24
/// <.
237
237
/// For end-to-end image processing pipelines, and scenarios in your applications, see the
238
-
/// <a href="https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started"> examples in the machinelearning-samples github repository.</a>
239
-
/// <seealso cref = "ImageEstimatorsCatalog" />
240
-
/// </remarks >
238
+
/// [examples](https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started) in the machinelearning-samples github repository.
239
+
/// See the See Also section for links to more examples of the usage.
0 commit comments