org.dllearner.core.options.fuzzydll
Class FuzzyExample

java.lang.Object
  extended by org.dllearner.core.options.fuzzydll.FuzzyExample
All Implemented Interfaces:
Comparable<FuzzyExample>

public class FuzzyExample
extends Object
implements Comparable<FuzzyExample>


Constructor Summary
FuzzyExample(String i, double d)
           
 
Method Summary
 int compareTo(FuzzyExample fe)
           
 String getExampleName()
           
 double getFuzzyDegree()
           
 void setExampleName(String individual)
           
 void setFuzzyDegree(double fuzzyDegree)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuzzyExample

public FuzzyExample(String i,
                    double d)
Method Detail

compareTo

public int compareTo(FuzzyExample fe)
Specified by:
compareTo in interface Comparable<FuzzyExample>

getExampleName

public String getExampleName()

setExampleName

public void setExampleName(String individual)

getFuzzyDegree

public double getFuzzyDegree()

setFuzzyDegree

public void setFuzzyDegree(double fuzzyDegree)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann