|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An instance of OraNMFAlgorithmSettings
is used to specify settings for the NMF Feature Extraction algorithm. It allows a knowledgeable user to fine tune algorithm parameters. Generally, not all parameters must be specified, however, those specified are taken into account by the underlying DME. Following NMF algorithm settings can be specified to tune the model.
AlgorithmSettings
, OraFeatureExtractionAlgorithmSettings
Method Summary | |
long |
getMaxNumberOfIterations() Get the number of iterations. |
double |
getMinConvergenceTolerance() Get the minimum convergence tolerance. |
long |
getSeedValue() Get the seed set for random number generator. |
void |
setMaxNumberOfIterations(long maxIterations) Set the maximum number of iterations. |
void |
setMinConvergenceTolerance(double minConvergenceTolerance) Sets the minimum convergence tolerance. |
void |
setSeedValue(long seedValue) Set the seed value for the random number generator. |
Methods inherited from interface javax.datamining.base.AlgorithmSettings |
getMiningAlgorithm, verify |
Method Detail |
public long getMaxNumberOfIterations()
public void setMaxNumberOfIterations(long maxIterations)
maxIterations
- maximum number of iterationspublic double getMinConvergenceTolerance()
public void setMinConvergenceTolerance(double minConvergenceTolerance)
minConvergenceTolerance
- minimum convergence tolerancepublic long getSeedValue()
public void setSeedValue(long seedValue)
seedValue
- seed value
|
Oracle Data Mining Java API Reference 10g Release 2 (10.2) B14341-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |