|
|||||||||
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
The abstract class MiningResult
is a common superclass for ODM
result objects of mining operations
(build, apply, test and compute lift).
Since a mining result is a direct consequence of a mining operation,
an instance of MiningResult
cannot be created by a user.
Method Summary |
Type | Method |
---|---|
java.util.Date |
getCompletionTimestamp()
Returns the completion time of the mining operation that created this mining result. |
long |
getDurationTime()
Deprecated. As of 9.2.0, replaced by getExecutionDuration method. |
long |
getExecutionDuration()
Returns the duration of which the mining operation executed to create this mining result. |
Location |
getInputMiningData()
Returns the location of the mining data from which this mining result was generated. |
java.lang.String |
getMiningModel()
Returns the name of the mining model by which this mining result was generated. |
java.lang.String |
getName()
Returns the name of the mining result. |
java.util.Date |
getStartingTimestamp()
Returns the starting time of the mining operation that created this mining result. |
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 getName()
public java.util.Date getStartingTimestamp()
public java.util.Date getCompletionTimestamp()
public long getDurationTime() throws java.lang.Exception
getExecutionDuration
method.
public long getExecutionDuration()
public Location getInputMiningData()
public java.lang.String getMiningModel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |