Skip to content

Commit

Permalink
update function information
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanho committed Aug 13, 2024
1 parent d1cd1a7 commit 26db6cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ucar/unidata/data/grid/GridUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -8887,7 +8887,8 @@ public static UnionSet glyphsToMap(GriddedSet domainSet, List glyphs) throws Exc
}

/**
* Process medianFilter
* Process medianFilter mean filtering is simply to replace each pixel value
* in an image with the mean (average) value of its neighbors, including itself
*
* @param field
* @param window_lenx default value is 10
Expand Down Expand Up @@ -9241,7 +9242,8 @@ public static float[] medianFilterOrg(float[] A, int lenx, int leny, int window_
}

/**
* Process classifier
* A classifier in machine learning is an algorithm that automatically orders or
* categorizes data into one or more of a set of “classes.”
*
* @param field
* @param classifierStr input string of classifier
Expand Down

0 comments on commit 26db6cb

Please sign in to comment.