cc.factorie.model

TupleFamilyWithStatistics4

trait TupleFamilyWithStatistics4[N1 <: variable.Var, N2 <: variable.Var, N3 <: variable.Var, N4 <: variable.Var] extends TupleFamily4[N1, N2, N3, N4]

Linear Supertypes
TupleFamily4[N1, N2, N3, N4], Family4[N1, N2, N3, N4], FamilyWithNeighborDomains, Family, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TupleFamilyWithStatistics4
  2. TupleFamily4
  3. Family4
  4. FamilyWithNeighborDomains
  5. Family
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class Factor(_1: N1, _2: N2, _3: N3, _4: N4) extends Factor4[N1, N2, N3, N4] with Family4.Factor with Product with Serializable

    Definition Classes
    Family4Family
  2. type FactorType = Factor

    Definition Classes
    Family4
  3. abstract type FamilyType <: Family

    Definition Classes
    Family
  4. type NeighborType1 = N1

    Definition Classes
    Family4Family
  5. type NeighborType2 = N2

    Definition Classes
    Family4
  6. type NeighborType3 = N3

    Definition Classes
    Family4
  7. type NeighborType4 = N4

    Definition Classes
    Family4
  8. type StatisticsType = (N1.Value, N2.Value, N3.Value, N4.Value)

    Definition Classes
    TupleFamily4Family

Abstract Value Members

  1. abstract def score(v1: N1.Value, v2: N2.Value, v3: N3.Value, v4: N4.Value): Double

    Definition Classes
    Family4

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 %(n: String): TupleFamilyWithStatistics4.this.type

    Assign this Template a name which will be used later when its factors are printed.

    Assign this Template a name which will be used later when its factors are printed.

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

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

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def defaultFactorName: String

    Definition Classes
    Family
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. var factorName: String

    Definition Classes
    Family
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  18. def neighborDomain1: Domain { type Value = N1#Value }

    Override this if you want to matchNeighborDomains

    Override this if you want to matchNeighborDomains

    Definition Classes
    Family4
  19. def neighborDomain2: Domain { type Value = N2#Value }

    Definition Classes
    Family4
  20. def neighborDomain3: Domain { type Value = N3#Value }

    Definition Classes
    Family4
  21. def neighborDomain4: Domain { type Value = N4#Value }

    Definition Classes
    Family4
  22. def neighborDomains: Seq[Domain]

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

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

    Definition Classes
    AnyRef
  25. def scoreAndStatistics(v1: N1.Value, v2: N2.Value, v3: N3.Value, v4: N4.Value): (Double, (N1.Value, N2.Value, N3.Value, N4.Value))

    Definition Classes
    Family4
  26. def setFactorName(n: String): TupleFamilyWithStatistics4.this.type

    Assign this Template a name which will be used later when its factors are printed.

    Assign this Template a name which will be used later when its factors are printed.

    Definition Classes
    Family
  27. final def statistics(v1: N1.Value, v2: N2.Value, v3: N3.Value, v4: N4.Value): (N1.Value, N2.Value, N3.Value, N4.Value)

  28. def statisticsAreValues: Boolean

    Definition Classes
    Family4
  29. def statisticsScore(tensor: Tensor): Double

    Definition Classes
    Family
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. final def thisFamily: TupleFamilyWithStatistics4.this.type

    Definition Classes
    Family
    Annotations
    @inline()
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def valuesScore(tensor: Tensor): Double

    Definition Classes
    Family
  34. def valuesStatistics(tensor: Tensor): Tensor

    Definition Classes
    Family4
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TupleFamily4[N1, N2, N3, N4]

Inherited from Family4[N1, N2, N3, N4]

Inherited from FamilyWithNeighborDomains

Inherited from Family

Inherited from AnyRef

Inherited from Any

Ungrouped