Main Page | Class Hierarchy | Class List | Class Members

kddml.Operators.DataMining.ClassificationAlgorithms.ClassificationAlgorithmResolverTask Interface Reference

Inheritance diagram for kddml.Operators.DataMining.ClassificationAlgorithms.ClassificationAlgorithmResolverTask:

kddml.Operators.DataMining.DMAlgorithmResolverTask kddml.Operators.AlgorithmResolverTask kddml.Operators.DataMining.ClassificationAlgorithms.CAGE_RESOLVER kddml.Operators.DataMining.ClassificationAlgorithms.YADT_RESOLVER List of all members.

Public Member Functions

abstract TreeModel outputFormatting (Object execute_result) throws ResolverException, KDDMLCoreException
abstract void readTargetAttribute (String target_attribute)

Detailed Description

An interface for tree classification algorithms resolving.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Member Function Documentation

abstract TreeModel kddml.Operators.DataMining.ClassificationAlgorithms.ClassificationAlgorithmResolverTask.outputFormatting Object  execute_result  )  throws ResolverException, KDDMLCoreException [pure virtual]
 

Interprets the output generated by the algorithm in order to return an appropriate TreeModel. The method takes as input a generic java.lang.Object that is the result of the execute() method.

Parameters:
execute_result Object the result of the execute() method. It can be null.
Returns:
TreeModel the final result of the extraction process.
Exceptions:
ResolverException if a resolving error occurs.
KDDMLCoreException if a level core error occurs.

Implemented in kddml.Operators.DataMining.ClassificationAlgorithms.CAGE_RESOLVER, and kddml.Operators.DataMining.ClassificationAlgorithms.YADT_RESOLVER.

abstract void kddml.Operators.DataMining.ClassificationAlgorithms.ClassificationAlgorithmResolverTask.readTargetAttribute String  target_attribute  )  [pure virtual]
 

Reads the input target attribute.

Parameters:
target_attribute String

Implemented in kddml.Operators.DataMining.ClassificationAlgorithms.CAGE_RESOLVER, and kddml.Operators.DataMining.ClassificationAlgorithms.YADT_RESOLVER.


Generated on Thu Feb 23 13:04:48 2006 for kddml by  doxygen 1.4.3