io.prediction.e2

engine

package engine

Collection of engine and evaluation 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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

    Model for naive Bayes classifiers with categorical variables.

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

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

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

    Markov Chain model

Value Members

  1. object CategoricalNaiveBayes

    Class for training a naive Bayes model with categorical variables

  2. object MarkovChain

    Class for training a Markov Chain model

Inherited from AnyRef

Inherited from Any

Ungrouped