Skip navigation links

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

B28132-01


oracle.dmt.jdm.transform.normalize
Interface OraNormalizeTransformFactory

All Superinterfaces:
javax.datamining.Factory

public interface OraNormalizeTransformFactory
extends javax.datamining.Factory

Deprecated. This class is deprecated from OJDM 11.1 and replaced by oracle.dmt.jdm.transform.OraTransformationFactory.
This factory is used to create the OraNormalizeTransform object.

See Also:
OraTransformationFactory

Method Summary
 OraNormalizeTransform create(java.lang.String inputDataURI, java.lang.String outputDataURI, boolean isOutputAsView)
          Deprecated. Creates a normalization transform with the system default normalization type.
 OraNormalizeTransform create(java.lang.String inputDataURI, java.lang.String outputDataURI, boolean isOutputAsView, OraNormalizeType normalizeType, java.lang.Integer roundingNumber)
          Deprecated. Creates a normalization transform that uses the specified normalization type and rounding number.
 OraNormalizeTransform create(java.lang.String inputDataURI, java.lang.String outputDataURI, boolean isOutputAsView, java.lang.String inputNormalizationDefinitionTable)
          Deprecated. Creates a normalzation transform that uses specified normalization definitions as input for performining normalization.

 

Method Detail

create

public OraNormalizeTransform create(java.lang.String inputDataURI,
                                    java.lang.String outputDataURI,
                                    boolean isOutputAsView)
                             throws javax.datamining.JDMException
Deprecated. 
Creates a normalization transform with the system default normalization type.
Parameters:
inputDataURI - uri of the input table
outputDataURI - uri of the output view or table
isOutputAsView - falg to indicate the output is a view or table
Returns:
OraNormalizeTransform OraNormalizeTransform object
Throws:
javax.datamining.JDMException - if OraNormalizeTransform can not be created

create

public OraNormalizeTransform create(java.lang.String inputDataURI,
                                    java.lang.String outputDataURI,
                                    boolean isOutputAsView,
                                    java.lang.String inputNormalizationDefinitionTable)
                             throws javax.datamining.JDMException
Deprecated. 
Creates a normalzation transform that uses specified normalization definitions as input for performining normalization.
Parameters:
inputDataURI - uri of the input table
outputDataURI - uri of the output view or table
isOutputAsView - falg to indicate the output is a view or table
inputNormalizationDefinitionTable -
Returns:
OraNormalizeTransform OraNormalizeTransform object
Throws:
javax.datamining.JDMException - if OraNormalizeTransform can not be created

create

public OraNormalizeTransform create(java.lang.String inputDataURI,
                                    java.lang.String outputDataURI,
                                    boolean isOutputAsView,
                                    OraNormalizeType normalizeType,
                                    java.lang.Integer roundingNumber)
                             throws javax.datamining.JDMException
Deprecated. 
Creates a normalization transform that uses the specified normalization type and rounding number.
Parameters:
inputDataURI - uri of the input table
outputDataURI - uri of the output view or table
isOutputAsView - falg to indicate the output is a view or table
normalizeType - type of normalization
roundingNumber - values rounding number to be used
Returns:
OraNormalizeTransform OraNormalizeTransform object
Throws:
javax.datamining.JDMException - if OraNormalizeTransform can not be created

Skip navigation links

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

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.