Skip navigation links

Oracle Data Mining Java API Reference
11g Release 2 (11.2)

E12219-03


oracle.dmt.jdm.task
Interface OraProfileTask

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

public interface OraProfileTask
extends OraPredictiveAnalyticsTask

OraProfileTask allows users to segment data based on some target attribute and value. It will create profiles or rules for records where the specific attribute and value exist, in some sense it can be seen a directed segmentation. E.g. a user may want to understand what attributes customers have in common that responded to the latest promotion offer.


Method Summary
 java.lang.String getInputData()
          Returns the input data URI of the profile.
 java.lang.String getProfileResultTableName()
          Returns the specified profile result table name.
 java.lang.String getTargetAttributeName()
          Returns name of the target column
 void setInputData(java.lang.String dataURI)
          Set the input data URI used for finding profiles.
 void setProfileResultTableName(java.lang.String profileResultTableName)
          Sets the profile result table name.
 void setTargetAttributeName(java.lang.String targetAttributeName)
          Sets the target column name to be used for finding profiles.

 

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 profile.
Returns:
String input data URI

setInputData

public void setInputData(java.lang.String dataURI)
Set the input data URI used for finding profiles.
Parameters:
dataURI - input data URI [schemaName.].tableName

getProfileResultTableName

public java.lang.String getProfileResultTableName()
Returns the specified profile result table name.
Returns:

setProfileResultTableName

public void setProfileResultTableName(java.lang.String profileResultTableName)
Sets the profile result table name.
Parameters:
profileResultTableName -

setTargetAttributeName

public void setTargetAttributeName(java.lang.String targetAttributeName)
Sets the target column name to be used for finding profiles.
Parameters:
targetAttributeName -

getTargetAttributeName

public java.lang.String getTargetAttributeName()
Returns name of the target column

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 2 (11.2)

E12219-03


Copyright © 2005, 2011 Oracle. All rights reserved.