|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A NaiveBayesSettings object supports
function settings specific to the NaiveBayes
mining algorithm.
AlgorithmSettings,
SupervisedAlgorithmSettings| Method Summary | |
double |
getPairwiseThreshold()
Returns the pairwise threshold. |
double |
getSingletonThreshold()
Returns the singleton threshold. |
void |
setPairwiseThreshold(double pairwiseThreshold)
Sets the pairwise threshold. |
void |
setSingletonThreshold(double singletonThreshold)
Sets the singleton threshold. |
| Methods inherited from interface javax.datamining.base.AlgorithmSettings |
getMiningAlgorithm, verify |
| Method Detail |
public double getPairwiseThreshold()
public double getSingletonThreshold()
public void setPairwiseThreshold(double pairwiseThreshold)
pairwiseThreshold - The pairwise threshold value.
public void setSingletonThreshold(double singletonThreshold)
singletonThreshold - The singleton threshold value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||