weka.classifiers
Interface PreferenceStructureHandler


public interface PreferenceStructureHandler

PreferenceStructureHandler. An interface that signalizes that a classifier is capable of returning a fuzzy preference structure with strict preferences, conflicts and ignorance. Date created: 08/07/2008

Version:
$Revision: 1.0 $
Author:
Jens Christian Hühn (huehn@gmx.net)

Method Summary
 double[][][] relationsForInstance(weka.core.Instance inst)
          A function that returns the strict preference, conflict and ignorance relation for an instance.
 

Method Detail

relationsForInstance

double[][][] relationsForInstance(weka.core.Instance inst)
                                  throws java.lang.Exception
A function that returns the strict preference, conflict and ignorance relation for an instance.

Parameters:
inst - Some instance for which the relations shall be calculated.
Returns:
The preference structure
Throws:
java.lang.Exception