Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.task
Interface OraExplainTask

All Superinterfaces:
javax.datamining.MiningObject, OraPredictiveAnalyticsTask, javax.datamining.base.Task

public interface OraExplainTask
extends OraPredictiveAnalyticsTask

OraExplainTask is used to produce importance and ranks for the columns with respect to the explain column in the input dataset.

Explain task output table has the following fixed columns:


Method Summary
 java.lang.String getExplainAttributeName()
          Returns the explain column
 java.lang.String getInputData()
          Returns the input data URI of the Explain.
 java.lang.String getOutputData()
          Returns the output data URI.
 void setExplainAttributeName(java.lang.String explainAttributeName)
          Sets the explain attribute name to be used for Explain.
 void setInputData(java.lang.String dataURI)
          Set the input data URI of the Explain.
 void setOutputData(java.lang.String dataURI)
          Sets the output data URI of the Explain.

 

Methods inherited from interface javax.datamining.base.Task
getExecutionHandle, verify

 

Methods inherited from interface javax.datamining.MiningObject
getCreationDate, getCreatorInfo, getDescription, getName, getObjectIdentifier, getObjectType, setDescription

 

Method Detail

getInputData

public java.lang.String getInputData()
Returns the input data URI of the Explain.
Returns:
String input data URI

setInputData

public void setInputData(java.lang.String dataURI)
Set the input data URI of the Explain.
Parameters:
dataURI - input data URI

getOutputData

public java.lang.String getOutputData()
Returns the output data URI.
Returns:
String output data URI

setOutputData

public void setOutputData(java.lang.String dataURI)
Sets the output data URI of the Explain.
Parameters:
dataURI - ourput data URI

setExplainAttributeName

public void setExplainAttributeName(java.lang.String explainAttributeName)
Sets the explain attribute name to be used for Explain.

getExplainAttributeName

public java.lang.String getExplainAttributeName()
Returns the explain column

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.