Type Members
-
final
case class
Factor(_1: N1, _2: N2, _3: N3) extends Factor3[N1, N2, N3] with Family3.Factor with Product with Serializable
-
type
FactorType = Factor
-
abstract
type
FamilyType <: Family
-
type
NeighborType1 = N1
-
type
NeighborType2 = N2
-
type
NeighborType3 = N3
-
abstract
type
StatisticsType
Abstract Value Members
-
abstract
def
score(v1: N1.Value, v2: N2.Value, v3: N3.Value): Double
-
abstract
def
statistics(v1: N1.Value, v2: N2.Value, v3: N3.Value): StatisticsType
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
%(n: String): Family3.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
hasLimitedDiscreteValues123: 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
neighborDomain3: Domain { type Value = N3#Value }
-
def
neighborDomains: Seq[Domain]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
scoreAndStatistics(v1: N1.Value, v2: N2.Value, v3: N3.Value): (Double, StatisticsType)
-
def
setFactorName(n: String): Family3.this.type
-
def
statisticsAreValues: Boolean
-
def
statisticsScore(tensor: Tensor): Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
thisFamily: Family3.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