|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.dmt.odm.MiningObject
|
+--oracle.dmt.odm.settings.algorithm.MiningAlgorithmSettings
The abstract class MiningAlgorithmSettings is the common superclass of all mining algorithm settings. An algorithm settings specifies parameters for particular algorithm. Not all parameters must be specified; however, any parameters specified are taken into account by the DMS.
Note: If a MiningAlgorithmSettings instance is not provided, i.e., left null, in the MiningFunctionSettings, the DMS will select an appropriate algorithm with default settings.
| Method Summary | |
MiningAlgorithm |
getMiningAlgorithm()Returns the kind of mining algorithm that this algorithm settings represents |
java.lang.String |
getMiningAlgorithmName()Returns the name of the mining algorithm that this algorithm settings represents |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public MiningAlgorithm getMiningAlgorithm()
public java.lang.String getMiningAlgorithmName()
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||