Serialized Form
-
Package org.tribuo.util.infotheory.impl
-
Class org.tribuo.util.infotheory.impl.CachedPair
class CachedPair extends com.oracle.labs.mlrg.olcut.util.Pair<T1,T2> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
cachedHash
int cachedHash
-
-
Class org.tribuo.util.infotheory.impl.CachedTriple
class CachedTriple extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
a
T1 a
The first element. -
ab
CachedPair<T1,
T2> ab -
ac
CachedPair<T1,
T3> ac -
b
T2 b
The second element. -
bc
CachedPair<T2,
T3> bc -
c
T3 c
The third element. -
cachedHash
int cachedHash
-
-