|
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.MiningLiftResult
An instance of MiningLiftResult
contains the result of a lift computation for a classification model. It contains lift elements, each of which represents the lift result for specific quantile of data.
Method Summary | |
LiftResultElement[] |
getLiftResultElements() Returns an array of lift result elements of mining lift result. |
static java.lang.String[] |
listContents(Connection dmsConn) Lists the names of the MiningLiftResult objects stored in the database. |
static java.lang.String[] |
listContents(Connection dmsConn, java.util.Date startTime, java.util.Date endTime) Lists the names of the MiningLiftResult objects stored in the database created between the specified start and end times. |
static java.lang.String[] |
listContents(Connection dmsConn, java.util.Date startTime, java.util.Date endTime, java.lang.String modelName) Lists the names of the MiningLiftResult objects stored in the database derived from the speicfied model, and created between the specified start and end times. |
static MiningLiftResult |
restore(Connection dmsConn, java.lang.String resultName) Restores the MiningLiftResult object with the specified resultName from the database. |
java.lang.String |
toString() Returns a formatted string representation of the lift result. |
java.lang.String |
toStringSN() Returns a formatted string representation of the lift result. |
Methods inherited from class oracle.dmt.odm.result.MiningResult |
getCompletionTimestamp, getDurationTime, getExecutionDuration, getInputMiningData, getMiningModel, getMiningModelID, getName, getStartingTimestamp, remove, rename |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public LiftResultElement[] getLiftResultElements()
public static java.lang.String[] listContents(Connection dmsConn)
MiningLiftResult
objects stored in the database.dmsConn
- A connection to the DMSString[]
- An array of lift result namespublic static java.lang.String[] listContents(Connection dmsConn, java.util.Date startTime, java.util.Date endTime)
MiningLiftResult
objects stored in the database created between the specified start and end times.dmsConn
- A connection to the DMSstartTime
- The starting time of the lift computation in the DMSendTime
- The ending time of the lift computation in the DMSpublic static java.lang.String[] listContents(Connection dmsConn, java.util.Date startTime, java.util.Date endTime, java.lang.String modelName)
MiningLiftResult
objects stored in the database derived from the speicfied model, and created between the specified start and end times.dmsConn
- A connection to the DMSstartTime
- The starting time of the lift computation in the DMSendTime
- The ending time of the lift computation in the DMSmodelName
- The name of the model used to derive the lift resultspublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringSN()
public static MiningLiftResult restore(Connection dmsConn, java.lang.String resultName) throws java.sql.SQLException, ODMException
MiningLiftResult
object with the specified resultName
from the database.InvalidArgumentException
- when dmsConn
or resultName
is null.ODMException
- when resultName
is empty or length exceeds the limitjava.sql.SQLException
- when there is a failure in JDBC calls.
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |