|
Drools :: Beliefs 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.beliefs.bayes.BayesVariable<T>
public class BayesVariable<T>
| Constructor Summary | |
|---|---|
BayesVariable(String name,
int id,
T[] outcomes,
double[][] probabilities)
|
|
BayesVariable(String name,
int id,
T[] outcomes,
double[][] probabilities,
String[] given)
|
|
| Method Summary | |
|---|---|
BayesVariableState |
createState()
|
int |
getFamily()
|
String[] |
getGiven()
|
int |
getId()
|
String |
getName()
|
T[] |
getOutcomes()
|
double[][] |
getProbabilityTable()
|
void |
setFamily(int familyIndex)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BayesVariable(String name,
int id,
T[] outcomes,
double[][] probabilities)
public BayesVariable(String name,
int id,
T[] outcomes,
double[][] probabilities,
String[] given)
| Method Detail |
|---|
public String getName()
public int getId()
public double[][] getProbabilityTable()
public T[] getOutcomes()
public String[] getGiven()
public int getFamily()
public void setFamily(int familyIndex)
public BayesVariableState createState()
public String toString()
toString in class Object
|
Drools :: Beliefs 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||