|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ve.Factor | +--ve.FactorStored | +--cve.FactorRandom
This the the class of factors that have random values.
Inner classes inherited from class ve.FactorStored |
FactorStored.Itr |
Fields inherited from class ve.FactorStored |
factorValues |
Fields inherited from class ve.Factor |
BY_ASSIGN, BY_CPT, BY_DETERMINISTIC, BY_EXPANDING, BY_GENRULE, BY_MAXIMIZING, BY_MULTIPLYING, BY_NORMALIZING, BY_OBSERVED, BY_PLUS, BY_REORDERING, BY_SAVEIT, BY_SUM_OUT, BY_UNIFORM, BY_UPDATABLE, BY_V_ELIM, howCreatedVal, savingForTracing, thesize, variables |
Constructor Summary | |
FactorRandom(Variable[] vars)
constructs a factor with the given variables. |
|
FactorRandom(Variable[] vars,
int length)
|
Method Summary | |
private static Variable[] |
prune(Variable[] vars,
int length)
|
void |
update(int pos,
double val)
updates every stored value corresponding to the rule. |
Methods inherited from class ve.FactorStored |
iterator |
Methods inherited from class ve.Factor |
allOnes, contains, display, getName, getSavingForTracing, getVariables, howCreated, isRedundant, isRedundant, print, print, printVariables, setSavingForTracing, size, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public FactorRandom(Variable[] vars)
vars
- the list of variablesinitProbs
- the initial Probability for each nodepublic FactorRandom(Variable[] vars, int length)
Method Detail |
private static Variable[] prune(Variable[] vars, int length)
public void update(int pos, double val)
pos
- the position in the array to be updatedval
- the new value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |