Type Members
-
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
-
type
FactorType = Factor
-
abstract
type
FamilyType <: DotFamily
-
type
NeighborType1 = N1
-
type
NeighborType2 = N2
-
type
NeighborType3 = N3
-
type
NeighborType4 = N4
-
type
StatisticsType = Tensor
Abstract Value Members
-
abstract
def
weights: Weights4
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
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
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
neighborDomain4: Domain { type Value = N4#Value }
-
def
neighborDomains: Seq[Domain]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
score(v1: N1.Value, v2: N2.Value, v3: N3.Value, v4: N4.Value): Double
-
def
scoreAndStatistics(v1: N1.Value, v2: N2.Value, v3: N3.Value, v4: N4.Value): (Double, StatisticsType)
-
-
final
def
statistics(v1: N1.Value, v2: N2.Value, v3: N3.Value, v4: N4.Value): Tensor
-
def
statisticsAreValues: Boolean
-
final
def
statisticsScore(t: Tensor): Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
def
valuesScore(tensor: Tensor): Double
-
final
def
valuesStatistics(tensor: Tensor): Tensor
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Family4[N1, N2, N3, N4]
Inherited from Any