org.apache.spark.examples

mllib

package mllib

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractParams[T] extends AnyRef

    Abstract class for parameter case classes.

  2. final class JavaALS extends AnyRef

  3. final class JavaDecisionTree extends AnyRef

  4. class JavaFPGrowthExample extends AnyRef

  5. final class JavaGradientBoostedTreesRunner extends AnyRef

  6. final class JavaKMeans extends AnyRef

  7. class JavaLDAExample extends AnyRef

  8. final class JavaLR extends AnyRef

  9. class JavaPowerIterationClusteringExample extends AnyRef

  10. final class JavaRandomForestExample 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 CosineSimilarity

    Compute the similar columns of a matrix, using cosine similarity.

  4. object DatasetExample

    An example of how to use org.apache.spark.sql.DataFrame as a Dataset for ML.

  5. object DecisionTreeRunner

    An example runner for decision trees and random forests.

  6. object DenseGaussianMixture

    An example Gaussian Mixture Model EM app.

  7. object DenseKMeans

    An example k-means app.

  8. object FPGrowthExample

    Example for mining frequent itemsets using FP-growth.

  9. object GradientBoostedTreesRunner

    An example runner for Gradient Boosting using decision trees as weak learners.

  10. object LDAExample

    An example Latent Dirichlet Allocation (LDA) app.

  11. object LinearRegression

    An example app for linear regression.

  12. object MovieLensALS

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

  13. object MultivariateSummarizer

    An example app for summarizing multivariate data from a file.

  14. object PowerIterationClusteringExample

    An example Power Iteration Clustering http://www.

  15. object RandomRDDGeneration

    An example app for randomly generated RDDs.

  16. object SampledRDDs

    An example app for randomly generated and sampled RDDs.

  17. object SparseNaiveBayes

    An example naive Bayes app.

  18. object StreamingKMeansExample

    Estimate clusters on one stream of data and make predictions on another stream, where the data streams arrive as text files into two different directories.

  19. 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.

  20. object StreamingLogisticRegression

    Train a logistic 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.

  21. object StreamingTestExample

    Perform streaming testing using Welch's 2-sample t-test on a stream of data, where the data stream arrives as text files in a directory.

  22. object TallSkinnyPCA

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

  23. object TallSkinnySVD

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

Ungrouped