Inheritance diagram for kddml.Operators.DataMining.ClassificationAlgorithms.ClassificationAlgorithmResolverTask:
Public Member Functions | |
abstract TreeModel | outputFormatting (Object execute_result) throws ResolverException, KDDMLCoreException |
abstract void | readTargetAttribute (String target_attribute) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
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.
Implemented in kddml.Operators.DataMining.ClassificationAlgorithms.CAGE_RESOLVER, and kddml.Operators.DataMining.ClassificationAlgorithms.YADT_RESOLVER. |
|
Reads the input target attribute.
Implemented in kddml.Operators.DataMining.ClassificationAlgorithms.CAGE_RESOLVER, and kddml.Operators.DataMining.ClassificationAlgorithms.YADT_RESOLVER. |