File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mllib/src/main/scala/org/apache/spark/mllib/regression Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class IsotonicRegressionModel (
79
79
80
80
/**
81
81
* Isotonic regression
82
- * Currently implemented using oarallel pool adjacent violators algorithm for monotone regression
82
+ * Currently implemented using parallel pool adjacent violators algorithm
83
83
*/
84
84
class IsotonicRegression
85
85
extends Serializable {
@@ -119,9 +119,9 @@ class IsotonicRegression
119
119
120
120
/**
121
121
* Performs a pool adjacent violators algorithm (PAVA)
122
- * Uses approach with single processing of data where violators in previously processed
123
- * data created by pooling are fixed immediatelly.
124
- * Uses optimization of discovering monotonicity violating sequences
122
+ * Uses approach with single processing of data where violators
123
+ * in previously processed data created by pooling are fixed immediatelly.
124
+ * Uses optimization of discovering monotonicity violating sequences (blocks)
125
125
* Method in situ mutates input array
126
126
*
127
127
* @param in input data
You can’t perform that action at this time.
0 commit comments