Skip to content

Commit 7aca4cc

Browse files
SPARK-3278 comment spelling
1 parent 9ae9d53 commit 7aca4cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mllib/src/main/scala/org/apache/spark/mllib/regression/IsotonicRegression.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/
8484
class 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

0 commit comments

Comments
 (0)