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 (
7979
8080/**
8181 * Isotonic regression
82- * Currently implemented using oarallel pool adjacent violators algorithm for monotone regression
82+ * Currently implemented using parallel pool adjacent violators algorithm
8383 */
8484class IsotonicRegression
8585 extends Serializable {
@@ -119,9 +119,9 @@ class IsotonicRegression
119119
120120 /**
121121 * 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)
125125 * Method in situ mutates input array
126126 *
127127 * @param in input data
You can’t perform that action at this time.
0 commit comments