cc.factorie.model

Family4

trait Family4[N1 <: variable.Var, N2 <: variable.Var, N3 <: variable.Var, N4 <: variable.Var] extends FamilyWithNeighborDomains

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Family4
  2. FamilyWithNeighborDomains
  3. Family
  4. AnyRef
  5. 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

  3. abstract type FamilyType <: Family

    Definition Classes
    Family
  4. type NeighborType1 = N1

    Definition Classes
    Family4Family
  5. type NeighborType2 = N2

  6. type NeighborType3 = N3

  7. type NeighborType4 = N4

  8. abstract type StatisticsType

    Definition Classes
    Family

Abstract Value Members

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

  2. abstract def statistics(v1: N1.Value, v2: N2.Value, v3: N3.Value, v4: N4.Value): StatisticsType

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): Family4.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

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

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

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

  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, StatisticsType)

  26. def setFactorName(n: String): Family4.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. def statisticsAreValues: Boolean

  28. def statisticsScore(tensor: Tensor): Double

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

    Definition Classes
    AnyRef
  30. final def thisFamily: Family4.this.type

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

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

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

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FamilyWithNeighborDomains

Inherited from Family

Inherited from AnyRef

Inherited from Any

Ungrouped