Skip navigation links

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

B28132-01


oracle.dmt.jdm.base
Class OraBuildSettings

java.lang.Object
  extended byoracle.dmt.jdm.OraDMObject
      extended byoracle.dmt.jdm.OraMiningObject
          extended byoracle.dmt.jdm.base.OraBuildSettings

All Implemented Interfaces:
javax.datamining.base.BuildSettings, javax.datamining.MiningObject, oracle.dmt.jdm.OraPLSQLConstants
Direct Known Subclasses:
OraFeatureExtractionSettings, oracle.dmt.jdm.supervised.OraSupervisedSettings

public abstract class OraBuildSettings
extends oracle.dmt.jdm.OraMiningObject
implements javax.datamining.base.BuildSettings

A OraBuildSettings instance captures the oracle extensions to the JDM standard interface javax.datamining.base.BuildSettings.

Oracle has the following extensions:

Since:
OJDM 11.1.0
See Also:
OraBuildTask, OraTransformationSequence

Method Summary
 boolean useAutomatedDataPreparations()
          This method returns true when the auto data preparations is turned on.
 void useAutomatedDataPreparations(boolean useAutomatedDataPreparations)
          Use this method to turn On or Off auto data preparations done as part of the model build operation.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

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

 

Method Detail

useAutomatedDataPreparations

public void useAutomatedDataPreparations(boolean useAutomatedDataPreparations)
Use this method to turn On or Off auto data preparations done as part of the model build operation. For decision tree algorithm auto data preparation is always turned On.
Parameters:
useAutomatedDataPreparations -
Since:
Oracle DB 11.1.0.0

useAutomatedDataPreparations

public boolean useAutomatedDataPreparations()
This method returns true when the auto data preparations is turned on. Otheriwse it returns false.
Returns:
Since:
Oracle DB 11.0.0.0

Skip navigation links

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

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.