|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Base interface for defining a transformation object. All the transformation objects must inherit from this interface.
| Method Summary | |
java.lang.String[] |
getExcludeColumnList()Returns the columns that need to be excluded from the transformation. |
java.lang.String |
getTransformInputData()Returns the input data URI of the transformation. |
java.lang.String |
getTransformOutputData()Returns the output data URI. |
boolean |
isOutputView()Returns the flag indicating whether the transformation results will be kept as view or as a table |
void |
setExcludeColumnList(java.lang.String[] excludeColumnList)Sets the columns that need to be excluded from the transformation. |
void |
setTransformInputData(java.lang.String dataURI)Set the input data URI of the transformation. |
void |
setTransformOutputData(java.lang.String dataURI)Sets the output data URI of the transformation. |
| Method Detail |
public java.lang.String getTransformInputData()
public void setTransformInputData(java.lang.String dataURI)
dataURI - input data URIpublic java.lang.String getTransformOutputData()
public void setTransformOutputData(java.lang.String dataURI)
dataURI - ourput data URIpublic void setExcludeColumnList(java.lang.String[] excludeColumnList)
excludeColumnList - array of columns to excludepublic java.lang.String[] getExcludeColumnList()
public boolean isOutputView()
true if view
|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||