Package org.apache.spark.mllib.util


package org.apache.spark.mllib.util
  • Class
    Description
    A collection of methods used to validate data before applying ML algorithms.
    Generate test data for KMeans.
    Generate sample data used for Linear Data.
    Loader<M extends Saveable>
    Trait for classes which can load models and transformers from files.
    Generate test data for LogisticRegression.
    Generate RDD(s) containing data for Matrix Factorization.
    Helper methods to load, save and pre-process data used in MLLib.
    Simple parser for a numeric structure consisting of three types:
    Trait for models and transformers which may be saved as files.
    Generate sample data used for SVM.