|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ksu.cis.bnj.bbn.learning.LearnerScore
edu.ksu.cis.bnj.bbn.learning.score.SparseScore
Field Summary | |
protected int[] |
arityCache
|
protected int |
attributeSize
|
protected int |
maxArity
|
protected int[] |
nodes
|
protected int |
totalRows
|
protected int |
tupleSize
|
Fields inherited from class edu.ksu.cis.bnj.bbn.learning.LearnerScore |
NO_CANDIDATES, owner, tally |
Constructor Summary | |
SparseScore()
|
|
SparseScore(Learner l)
|
Method Summary | |
protected void |
initializeCache()
Precaching the arity table and P(Xi, Xj) table. |
Methods inherited from class edu.ksu.cis.bnj.bbn.learning.LearnerScore |
getScore, getTallyer, initialize, setData, setOwner |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int[] nodes
protected int[] arityCache
protected int tupleSize
protected int attributeSize
protected int maxArity
protected int totalRows
Constructor Detail |
public SparseScore()
public SparseScore(Learner l)
l
- Method Detail |
protected void initializeCache()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |