Package

edu.cmu.ml.rtw.pra

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BatchModel[T <: Instance] extends AnyRef

    Permalink

    Handles learning and classification for models that do batch training.

    Handles learning and classification for models that do batch training.

    Note that this only deals with _feature indices_, and has no concept of path types or anything else. So you need to be sure that the feature indices don't change between training and classification time, or your model will be all messed up.

  2. class LogisticRegressionModel[T <: Instance] extends BatchModel[T]

    Permalink
  3. class MalletLogisticRegression extends AnyRef

    Permalink
  4. trait OnlineModel extends AnyRef

    Permalink
  5. class SVMModel[T <: Instance] extends BatchModel[T]

    Permalink
  6. class SgdLogisticRegressionModel[T <: Instance] extends OnlineModel

    Permalink

Value Members

  1. object BatchModel

    Permalink
  2. object LogisticRegressionModel

    Permalink
  3. object OnlineModel

    Permalink

Ungrouped