|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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
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 |
Type | Method |
---|---|
long |
getBuildDuration()
Returns the number of milliseconds needed to build this entry's model. |
java.lang.String |
getClassificationFunctionSettingsName()
Returns the name of the ClassificationFunctionSettings
object used to build this entry's model. |
java.lang.String |
getComputeLiftResultName()
Returns the name of MiningLiftResult object for this entry's model. |
float |
getFigureOfMerit()
Returns the figure of merit for this entry's model. |
java.lang.String |
getModelName()
Returns the name of this entry's model. |
MiningAlgorithm |
getModelType()
Returns this entry's model type. |
java.lang.String |
getTestResultName()
Returns the name of the MiningTestResult object for this entry's model. |
Methods inherited from class oracle.dmt.odm.result.MiningResult |
getCompletionTimestamp, getDurationTime, getExecutionDuration, getInputMiningData, getMiningModel, getName, getStartingTimestamp |
Methods inherited from class oracle.dmt.odm.LocatableObject |
deserialize, serialize |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getModelName()
public MiningAlgorithm getModelType()
public java.lang.String getTestResultName()
MiningTestResult
object for this entry's model.MiningTestResult
object calculated for the
model corresponding to the entry.public java.lang.String getComputeLiftResultName()
MiningLiftResult
object for this entry's model.MiningLiftResult
object
calculated for the model corresponding to the entry.public java.lang.String getClassificationFunctionSettingsName()
ClassificationFunctionSettings
object used to build this entry's model.ClassificationFunctionSettings
object used to build the model corresponding to the entry.public float getFigureOfMerit()
public long getBuildDuration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |