Type Members
-
final
case class
Factor(_1: N1, _2: N2) extends Factor2[N1, N2] with Family2.Factor with Product with Serializable
-
type
FactorType = Factor
-
abstract
type
FamilyType <: Family
-
type
NeighborType1 = N1
-
type
NeighborType2 = N2
-
abstract
type
StatisticsType
Abstract Value Members
-
abstract
def
score(v1: N1.Value, v2: N2.Value): Double
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
%(n: String): Family2.this.type
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
defaultFactorName: String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
var
factorName: String
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hasLimitedDiscreteValues1: Boolean
-
def
hasLimitedDiscreteValues12: Boolean
-
def
hasLimitedDiscreteValues2: Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
-
final
def
ne(arg0: AnyRef): Boolean
-
def
neighborDomain1: Domain { type Value <: N1#Value }
-
def
neighborDomain2: Domain { type Value <: N2#Value }
-
def
neighborDomains: Seq[Domain { type Value <: cc.factorie.variable.Var#Value }]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
scoreAndStatistics(v1: N1.Value, v2: N2.Value): (Double, StatisticsType)
-
def
setFactorName(n: String): Family2.this.type
-
def
statistics(v1: N1.Value, v2: N2.Value): StatisticsType
-
def
statisticsAreValues: Boolean
-
def
statisticsScore(tensor: Tensor): Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
thisFamily: Family2.this.type
-
def
toString(): String
-
def
valuesScore(tensor: Tensor): Double
-
def
valuesStatistics(tensor: Tensor): Tensor
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit