nak.core

LinearModelAdaptor

trait LinearModelAdaptor extends LinearModel with StringIndexedClassifier

Linear Supertypes
StringIndexedClassifier, IndexedClassifier[String, String], FeatureMap[String], LabelMap[String], Classifier, (Array[(Int, Double)]) ⇒ Array[Double], LinearModel, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LinearModelAdaptor
  2. StringIndexedClassifier
  3. IndexedClassifier
  4. FeatureMap
  5. LabelMap
  6. Classifier
  7. Function1
  8. LinearModel
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(v1: Array[(Int, Double)]): Array[Double]

    Definition Classes
    Function1
  2. abstract def getModelType(): ModelType

    Definition Classes
    LinearModel
  3. abstract def indexOfFeature(feature: String): Option[Int]

    Definition Classes
    FeatureMap
  4. abstract def indexOfLabel(label: String): Int

    Definition Classes
    LabelMap
  5. abstract def labelOfIndex(index: Int): String

    Definition Classes
    LabelMap
  6. abstract def numLabels: Int

    Definition Classes
    LabelMap

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def andThen[A](g: (Array[Double]) ⇒ A): (Array[(Int, Double)]) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def compose[A](g: (A) ⇒ Array[(Int, Double)]): (A) ⇒ Array[Double]

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def eval(context: Array[String]): Array[Double]

    Definition Classes
    LinearModelAdaptorLinearModel
  13. def eval(context: Array[String], values: Array[Float]): Array[Double]

    Definition Classes
    LinearModelAdaptorLinearModel
  14. def eval(observations: Array[(String, Double)]): Array[Double]

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getIndex(outcome: String): Int

    Definition Classes
    LinearModelAdaptorLinearModel
  18. def getNumOutcomes(): Int

    Definition Classes
    LinearModelAdaptorLinearModel
  19. def getOutcome(i: Int): String

    Definition Classes
    LinearModelAdaptorLinearModel
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from StringIndexedClassifier

Inherited from IndexedClassifier[String, String]

Inherited from FeatureMap[String]

Inherited from LabelMap[String]

Inherited from Classifier

Inherited from (Array[(Int, Double)]) ⇒ Array[Double]

Inherited from LinearModel

Inherited from AnyRef

Inherited from Any

Ungrouped