Package

org.apache.predictionio.e2

engine

Permalink

package engine

Collection of engine libraries that have no dependency on PredictionIO

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. engine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BinaryVectorizer extends Serializable

    Permalink
  2. case class CategoricalNaiveBayesModel(priors: Map[String, Double], likelihoods: Map[String, Array[Map[String, Double]]]) extends Serializable with Product

    Permalink

    Model for naive Bayes classifiers with categorical variables.

    Model for naive Bayes classifiers with categorical variables.

    priors

    log prior probabilities

    likelihoods

    log likelihood probabilities

  3. case class LabeledPoint(label: String, features: Array[String]) extends Product with Serializable

    Permalink

    Class that represents the features and labels of a data point.

    Class that represents the features and labels of a data point.

    label

    Label of this data point

    features

    Features of this data point

  4. case class MarkovChainModel(transitionVectors: RDD[(Int, SparseVector)], n: Int) extends Product with Serializable

    Permalink

    Markov Chain model

    Markov Chain model

    transitionVectors

    transition vectors

    n

    top N used to construct the model

  5. class PythonAlgorithm extends P2LAlgorithm[EmptyPreparedData, PipelineModel, Query, Row]

    Permalink
  6. class PythonDataSource extends PDataSource[EmptyTrainingData, EmptyEvaluationInfo, Query, EmptyActualResult]

    Permalink
  7. class PythonPreparator extends PPreparator[EmptyTrainingData, EmptyPreparedData]

    Permalink
  8. class PythonServing extends LFirstServing[Query, Row]

    Permalink

Value Members

  1. object BinaryVectorizer extends Serializable

    Permalink
  2. object CategoricalNaiveBayes

    Permalink

    Class for training a naive Bayes model with categorical variables

  3. object MarkovChain

    Permalink

    Class for training a Markov Chain model

  4. object PythonEngine extends EngineFactory

    Permalink
  5. object PythonServing extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped