Package

org.emmalanguage.lib

ml

Permalink

package ml

Visibility
  1. Public
  2. All

Type Members

  1. case class DPoint[ID](id: ID, pos: DVector) extends Product with Serializable

    Permalink

    Point with identity and a dense vector position.

  2. case class FPoint[ID, F](id: ID, features: F) extends Product with Serializable

    Permalink

    Features point.

  3. case class LDPoint[ID, L](id: ID, pos: DVector, label: L) extends Product with Serializable

    Permalink

    Point with identity, a dense vector position, and a label.

  4. case class LSPoint[ID, L](id: ID, pos: SVector, label: L) extends Product with Serializable

    Permalink

    Point with identity, a dense vector position, and a label.

  5. case class LinearModel(weights: DVector, lossHistory: Array[Double] = Array.empty) extends Product with Serializable

    Permalink
  6. case class SPoint[ID](id: ID, pos: SVector) extends Product with Serializable

    Permalink

    Point with identity and a sparse vector position.

  7. case class WLDPoint[ID, L](id: ID, w: Double, pos: DVector, label: L) extends Product with Serializable

    Permalink

    Point with identity, weight, dense vector position, and label

  8. case class WLSPoint[ID, L](id: ID, w: Double, pos: SVector, label: L) extends Product with Serializable

    Permalink

    Point with identity, weight, sparse vector position, and label

Value Members

  1. package classification

    Permalink
  2. package clustering

    Permalink
  3. package feature

    Permalink
  4. object kfold

    Permalink
    Annotations
    @lib()
  5. package optimization

    Permalink
  6. package regression

    Permalink

Ungrouped