From 7aca4cc602024d13d50693599531916b45d11406 Mon Sep 17 00:00:00 2001 From: martinzapletal Date: Fri, 23 Jan 2015 12:53:52 +0000 Subject: [PATCH] SPARK-3278 comment spelling --- .../spark/mllib/regression/IsotonicRegression.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mllib/src/main/scala/org/apache/spark/mllib/regression/IsotonicRegression.scala b/mllib/src/main/scala/org/apache/spark/mllib/regression/IsotonicRegression.scala index 1fe7af2d5058e..5aa2340f680d2 100644 --- a/mllib/src/main/scala/org/apache/spark/mllib/regression/IsotonicRegression.scala +++ b/mllib/src/main/scala/org/apache/spark/mllib/regression/IsotonicRegression.scala @@ -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 { @@ -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