cc.factorie.model

Family3

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

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Family3
  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) extends Factor3[N1, N2, N3] with Family3.Factor with Product with Serializable

    Definition Classes
    Family3Family
  2. type FactorType = Factor

  3. abstract type FamilyType <: Family

    Definition Classes
    Family
  4. type NeighborType1 = N1

    Definition Classes
    Family3Family
  5. type NeighborType2 = N2

  6. type NeighborType3 = N3

  7. abstract type StatisticsType

    Definition Classes
    Family

Abstract Value Members

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

  2. abstract def statistics(v1: N1.Value, v2: N2.Value, v3: N3.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): Family3.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 getLimitedDiscreteValues1(factor: Factor3[VectorVar, _, _]): SparseBinaryTensor1

    Attributes
    protected
  16. def getLimitedDiscreteValues12(factor: Factor3[VectorVar, VectorVar, _]): SparseBinaryTensor2

    Attributes
    protected
  17. def getLimitedDiscreteValues123(factor: Factor3[VectorVar, VectorVar, VectorVar]): SparseBinaryTensor3

    Attributes
    protected
  18. def hasLimitedDiscreteValues1: Boolean

  19. def hasLimitedDiscreteValues12: Boolean

  20. def hasLimitedDiscreteValues123: Boolean

  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. var limitedDiscreteValues1: SparseBinaryTensor1

  24. var limitedDiscreteValues12: SparseBinaryTensor2

  25. var limitedDiscreteValues123: SparseBinaryTensor3

  26. final def ne(arg0: AnyRef): Boolean

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

    Override this if you need to use them.

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

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

  30. def neighborDomains: Seq[Domain]

    Definition Classes
    Family3FamilyWithNeighborDomains
  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. def scoreAndStatistics(v1: N1.Value, v2: N2.Value, v3: N3.Value): (Double, StatisticsType)

  34. def setFactorName(n: String): Family3.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
  35. def statisticsAreValues: Boolean

  36. def statisticsScore(tensor: Tensor): Double

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

    Definition Classes
    AnyRef
  38. final def thisFamily: Family3.this.type

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

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

    Definition Classes
    Family3Family
  41. def valuesStatistics(tensor: Tensor): Tensor

  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FamilyWithNeighborDomains

Inherited from Family

Inherited from AnyRef

Inherited from Any

Ungrouped