Main Page | Class Hierarchy | Class List | Class Members

kddml.Operators.DataMining.SequenceAlgorithms.SequenceAlgorithmResolverTask Interface Reference

Inheritance diagram for kddml.Operators.DataMining.SequenceAlgorithms.SequenceAlgorithmResolverTask:

kddml.Operators.DataMining.DMAlgorithmResolverTask kddml.Operators.AlgorithmResolverTask kddml.Operators.DataMining.SequenceAlgorithms.PREFIX_SPAN_RESOLVER List of all members.

Public Member Functions

abstract SequenceModel outputFormatting (Object execute_result) throws ResolverException, KDDMLCoreException

Detailed Description

An interface for sequence 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 SequenceModel kddml.Operators.DataMining.SequenceAlgorithms.SequenceAlgorithmResolverTask.outputFormatting Object  execute_result  )  throws ResolverException, KDDMLCoreException [pure virtual]
 

Interprets the output generated by the algorithm in order to return an appropriate SequenceModel. 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:
AssociationModel 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.SequenceAlgorithms.PREFIX_SPAN_RESOLVER.


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