class Potential
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
attIndex |
double[][] |
distribution |
boolean |
isDiscrete
if false the var is of numerical type
|
int |
numStates
default is for numerical vars (mean and variance)
|
double |
precision |
Constructor and Description |
---|
Potential() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Prints out the distribution
|