File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ IRegression2 := Interfaces.IRegression2;
23
23
* <p>Boosted Forests (BF) are a combination of Gradient Boosted Trees (GBT) and
24
24
* Random Forests (RF). They provide accuracy at least as good as GBTs with the
25
25
* ease of use of RFs. They utilize Boosting to enhance the
26
- * accuracy of Random Forests. Layers of Random Forests are constructed, each
26
+ * accuracy of Random Forests.
27
+ * <p>Layers of Random Forests are constructed, each
27
28
* attempting to compensate for the cumulative error of the forests before it.
28
29
*
29
30
* <p>A Boosted Forest with a forest size of 1 is
@@ -137,7 +138,7 @@ IRegression2 := Interfaces.IRegression2;
137
138
RETURN dsOut;
138
139
END ;
139
140
/**
140
- * Fit a model that maps independent data (X) to its class (Y).
141
+ * Fit a model that maps independent data (X) to its prediction of (Y).
141
142
*
142
143
* @param independents The set of independent data in NumericField format.
143
144
* @param dependents The dependent variable in NumericField format. The 'number' field is not used as
You can’t perform that action at this time.
0 commit comments