Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanho committed Sep 12, 2024
1 parent b8a42ed commit 2d3bfeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ucar/unidata/idv/resources/derived.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ to the derived tag. This causes the FieldSelector to make sure the user selects
</categories>
<operands categories=""/>
</derived>
<derived description="Classifier" formula="classifier(grid, classifierStr, outFileName)" id="ML Classifier" isdefault="false" isenduser="true">
<derived description="ML Classifier " formula="classifier(grid, classifierStr, outFileName)" id="classifierStr: low1 high1 value1; low2 high2 value2; low3 high3 value3;..." isdefault="false" isenduser="true">
<categories>
<category display="true" value="ML Preprocessing"/>
</categories>
Expand All @@ -1535,13 +1535,13 @@ to the derived tag. This causes the FieldSelector to make sure the user selects
</categories>
<operands/>
</derived>
<derived description="Normal Distribution" formula="fillGridNormal(templategrid,user_mean,user_std,user_units=default)" id="ML Normal Distribution Transform" isdefault="false" isenduser="true">
<derived description="Normal Distribution Data Mapping" formula="fillGridNormal(templategrid,user_mean,user_std)" id="ML Normal Distribution Transform" isdefault="false" isenduser="true">
<categories>
<category display="true" value="ML Preprocessing"/>
</categories>
<operands/>
</derived>
<derived description="Uniform Distribution" formula="fillGridUniform(templategrid,user_min,user_max,user_units=default)" id="ML Uniform Distribution Transform" isdefault="false" isenduser="true">
<derived description="Uniform Distribution Data Mapping" formula="fillGridUniform(templategrid,user_min,user_max)" id="ML Uniform Distribution Transform" isdefault="false" isenduser="true">
<categories>
<category display="true" value="ML Preprocessing"/>
</categories>
Expand Down

0 comments on commit 2d3bfeb

Please sign in to comment.