Skip to content

Commit

Permalink
SPARK-3278 comment spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
zapletal-martin committed Jan 23, 2015
1 parent 9ae9d53 commit 7aca4cc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class IsotonicRegressionModel (

/**
* Isotonic regression
* Currently implemented using oarallel pool adjacent violators algorithm for monotone regression
* Currently implemented using parallel pool adjacent violators algorithm
*/
class IsotonicRegression
extends Serializable {
Expand Down Expand Up @@ -119,9 +119,9 @@ class IsotonicRegression

/**
* Performs a pool adjacent violators algorithm (PAVA)
* Uses approach with single processing of data where violators in previously processed
* data created by pooling are fixed immediatelly.
* Uses optimization of discovering monotonicity violating sequences
* Uses approach with single processing of data where violators
* in previously processed data created by pooling are fixed immediatelly.
* Uses optimization of discovering monotonicity violating sequences (blocks)
* Method in situ mutates input array
*
* @param in input data
Expand Down

0 comments on commit 7aca4cc

Please sign in to comment.