Oracle Data Mining Java API Reference
10g Release 2 (10.2)

B14341-01


oracle.dmt.jdm.task
Interface OraTransformationTaskFactory

All Superinterfaces:
javax.datamining.Factory

public interface OraTransformationTaskFactory
extends javax.datamining.Factory

A factory class that creates instances of OraTranformationTask.


Method Summary
 OraTransformationTask create(OraTransformation transformation)
          Creates the instance of OraTransformationTask with the specified the transformation.

 

Method Detail

create

public OraTransformationTask create(OraTransformation transformation)
                             throws javax.datamining.JDMException
Creates the instance of OraTransformationTask with the specified the transformation.
Parameters:
transformation - instance of transformation to be executed in the task.
Throws:
javax.datamining.JDMException

Oracle Data Mining Java API Reference
10g Release 2 (10.2)

B14341-01


Copyright © 2005, Oracle. All rights reserved.