|
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.LocatableObject | +--oracle.dmt.odm.result.MiningResult | +--oracle.dmt.odm.result.ModelSeekerResultEntry
Model Seeker functionality is deprecated in version 10.1.
An instance of ModelSeekerResultEntry
represents the results for a single model built by the execution of a ModelSeekerTask
.
This class contains references to other named objects (e.g., MiningTestResult
, MiningLiftResult
, MiningModel
, etc.) associated with the particular model.
Method Summary | |
long |
getBuildDuration() Deprecated. Returns the total number of milliseconds needed to build this entry's model, including time for data preparation. |
java.lang.String |
getClassificationFunctionSettingsName() Deprecated. Returns the name of the ClassificationFunctionSettings object used to build this entry's model. |
java.lang.String |
getComputeLiftResultName() Deprecated. Returns the name of MiningLiftResult object for this entry's model. |
long |
getExecutionDuration() Deprecated. Returns the total number of milliseconds needed to perform all operations for this entry: build, test, lift, and calculate figure of merit, excluding time for preparation of data. |
float |
getFigureOfMerit() Deprecated. Returns the figure of merit for this entry's model. |
java.lang.String |
getMiningModel() Deprecated. Returns the name of this entry's model. |
int |
getMiningModelID() Deprecated. This inherited method is not applicable for this class, and it always returns -1. |
java.lang.String |
getModelName() Deprecated. Returns the name of this entry's model. |
MiningAlgorithm |
getModelType() Deprecated. Returns this entry's model type. |
java.lang.String |
getTestResultName() Deprecated. Returns the name of the MiningTestResult object for this entry's model. |
Methods inherited from class oracle.dmt.odm.result.MiningResult |
getCompletionTimestamp, getDurationTime, getInputMiningData, getName, getStartingTimestamp, remove, rename |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getModelName()
public java.lang.String getMiningModel()
getMiningModel
in class MiningResult
public int getMiningModelID()
SupervisedModel.restore
passing in the name getModelName()
.getMiningModelID
in class MiningResult
public MiningAlgorithm getModelType()
public java.lang.String getTestResultName()
MiningTestResult
object for this entry's model.MiningTestResult
object calculated for the model corresponding to this entry.public java.lang.String getComputeLiftResultName()
MiningLiftResult
object for this entry's model.MiningLiftResult
object calculated for the model corresponding to this entry.public java.lang.String getClassificationFunctionSettingsName()
ClassificationFunctionSettings
object used to build this entry's model.ClassificationFunctionSettings
object used to build the model corresponding to this entry.public float getFigureOfMerit()
public long getBuildDuration()
public long getExecutionDuration()
getExecutionDuration
in class MiningResult
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |