Modifier and Type | Method and Description |
---|---|
private Potential |
IWSSembeddedNB.getConditionalClassDistribution(int attIndex,
int fold,
weka.core.Instances dataset)
Gets the conditional distribution of an attribute for the given fold
|
Modifier and Type | Method and Description |
---|---|
private void |
IWSSembeddedNB.updateLogProbAtt(Potential pot,
int fold,
double[][] column,
weka.core.Instances dataset)
Compute LogP for a given attribute and the set of instances corresponding
to the required fold
|