Skip to content

Commit b869767

Browse files
committed
fix doc for dnnimagefeaturizerestimator
1 parent 6432bd9 commit b869767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.OnnxTransform/OnnxCatalog.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static OnnxScoringEstimator ApplyOnnxModel(this TransformsCatalog catalog
6363
=> new OnnxScoringEstimator(CatalogUtils.GetEnvironment(catalog), outputColumnNames, inputColumnNames, modelFile, gpuDeviceId, fallbackToCpu);
6464

6565
/// <summary>
66-
/// Applies a pre-trained DNN model to featurize an image.
66+
/// Creates a new instance of <see cref="DnnImageFeaturizerEstimator"/> which applies a pre-trained DNN model to featurize an image.
6767
/// </summary>
6868
/// <param name="catalog">The transform's catalog.</param>
6969
/// <param name="outputColumnName">The name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>

0 commit comments

Comments
 (0)