org.apache.spark.examples

mllib

package mllib

Visibility
  1. Public
  2. All

Type Members

  1. final class JavaALS extends AnyRef

  2. final class JavaDecisionTree extends AnyRef

  3. final class JavaKMeans extends AnyRef

  4. final class JavaLR extends AnyRef

Value Members

  1. object BinaryClassification

    An example app for binary classification.

  2. object Correlations

    An example app for summarizing multivariate data from a file.

  3. object DecisionTreeRunner

    An example runner for decision tree.

  4. object DenseKMeans

    An example k-means app.

  5. object LinearRegression extends App

    An example app for linear regression.

  6. object MovieLensALS

    An example app for ALS on MovieLens data (http://grouplens.

  7. object MultivariateSummarizer

    An example app for summarizing multivariate data from a file.

  8. object RandomRDDGeneration

    An example app for randomly generated RDDs.

  9. object SampledRDDs

    An example app for randomly generated and sampled RDDs.

  10. object SparseNaiveBayes

    An example naive Bayes app.

  11. object StreamingLinearRegression

    Train a linear regression model on one stream of data and make predictions on another stream, where the data streams arrive as text files into two different directories.

  12. object TallSkinnyPCA

    Compute the principal components of a tall-and-skinny matrix, whose rows are observations.

  13. object TallSkinnySVD

    Compute the singular value decomposition (SVD) of a tall-and-skinny matrix.

Ungrouped