We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6432bd9 commit b869767Copy full SHA for b869767
src/Microsoft.ML.OnnxTransform/OnnxCatalog.cs
@@ -63,7 +63,7 @@ public static OnnxScoringEstimator ApplyOnnxModel(this TransformsCatalog catalog
63
=> new OnnxScoringEstimator(CatalogUtils.GetEnvironment(catalog), outputColumnNames, inputColumnNames, modelFile, gpuDeviceId, fallbackToCpu);
64
65
/// <summary>
66
- /// Applies a pre-trained DNN model to featurize an image.
+ /// Creates a new instance of <see cref="DnnImageFeaturizerEstimator"/> which applies a pre-trained DNN model to featurize an image.
67
/// </summary>
68
/// <param name="catalog">The transform's catalog.</param>
69
/// <param name="outputColumnName">The name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
0 commit comments