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
/// <param name="inputColumnName">Name of the column with paths to the images to load.
108
108
/// This estimator operates over text data.</param>
109
109
/// <param name="imageFolder">Folder where to look for images.</param>
110
-
/// <param name="type">Image type flag - If true loads image as a VectorDataView type else loads image as ImageDataViewType. Defaults to ImageDataViewType if not specified or false.</param>
110
+
/// <param name="useImageType">Image type flag - If true loads image as a VectorDataView type else loads image as ImageDataViewType. Defaults to ImageDataViewType if not specified or false.</param>
/// <param name="imageFolder">Folder where to look for images.</param>
132
-
/// <param name="type">Image type flag - If true loads image as a VectorDataView type else loads image as ImageDataViewType. Defaults to ImageDataViewType if not specified or false.</param>
132
+
/// <param name="useImageType ">Image type flag - If true loads image as a VectorDataView type else loads image as ImageDataViewType. Defaults to ImageDataViewType if not specified or false.</param>
133
133
/// <param name="columns">Specifies the names of the input columns for the transformation, and their respective output column names.</param>
134
134
/// <example>
135
135
/// <format type="text/markdown">
@@ -138,11 +138,11 @@ public static ImageLoadingEstimator LoadImages(this TransformsCatalog catalog, s
0 commit comments