Class/Object

axle.ml

NaiveBayesClassifier

Related Docs: object NaiveBayesClassifier | package ml

Permalink

case class NaiveBayesClassifier[DATA, FEATURE, CLASS, F, G, N](data: F, featureRandomVariables: List[Distribution[FEATURE, N]], classRandomVariable: Distribution[CLASS, N], featureExtractor: (DATA) ⇒ List[FEATURE], classExtractor: (DATA) ⇒ CLASS)(implicit evidence$1: Order[FEATURE], evidence$2: Order[CLASS], evidence$3: Eq[CLASS], evidence$4: Field[N], evidence$5: Order[N], agg: Aggregatable[F, DATA, Map[(CLASS, String, FEATURE), N]], functor: Functor[F, DATA, CLASS, G], tal: Talliable[G, CLASS, N]) extends (DATA) ⇒ CLASS with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, (DATA) ⇒ CLASS, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NaiveBayesClassifier
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Function1
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NaiveBayesClassifier(data: F, featureRandomVariables: List[Distribution[FEATURE, N]], classRandomVariable: Distribution[CLASS, N], featureExtractor: (DATA) ⇒ List[FEATURE], classExtractor: (DATA) ⇒ CLASS)(implicit arg0: Order[FEATURE], arg1: Order[CLASS], arg2: Eq[CLASS], arg3: Field[N], arg4: Order[N], agg: Aggregatable[F, DATA, Map[(CLASS, String, FEATURE), N]], functor: Functor[F, DATA, CLASS, G], tal: Talliable[G, CLASS, N])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val C: TallyDistribution0[CLASS, N]

    Permalink
  5. val Fs: List[TallyDistribution1[FEATURE, CLASS, N]]

    Permalink
  6. def andThen[A](g: (CLASS) ⇒ A): (DATA) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(d: DATA): CLASS

    Permalink
    Definition Classes
    NaiveBayesClassifier → Function1
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val classExtractor: (DATA) ⇒ CLASS

    Permalink
  10. val classRandomVariable: Distribution[CLASS, N]

    Permalink
  11. val classTally: Map[CLASS, N]

    Permalink
  12. def classes: IndexedSeq[CLASS]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compose[A](g: (A) ⇒ DATA): (A) ⇒ CLASS

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. val data: F

    Permalink
  16. val emptyFeatureTally: Map[(CLASS, String, FEATURE), N]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. val featureExtractor: (DATA) ⇒ List[FEATURE]

    Permalink
  19. val featureNames: List[String]

    Permalink
  20. val featureRandomVariables: List[Distribution[FEATURE, N]]

    Permalink
  21. val featureTally: Map[(CLASS, String, FEATURE), N]

    Permalink
  22. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val numFeatures: Int

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def tallyFor(featureRandomVariable: Distribution[FEATURE, N]): Map[(FEATURE, CLASS), N]

    Permalink
  31. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (DATA) ⇒ CLASS

Inherited from AnyRef

Inherited from Any

Ungrouped