Inheritance diagram for kddml.Operators.DataMining.SequenceAlgorithms.SequenceAlgorithmResolverTask:
Public Member Functions | |
abstract SequenceModel | outputFormatting (Object execute_result) throws ResolverException, KDDMLCoreException |
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 SequenceModel. The method takes as input a generic java.lang.Object that is the result of the execute() method.
Implemented in kddml.Operators.DataMining.SequenceAlgorithms.PREFIX_SPAN_RESOLVER. |