org.dllearner.utilities.datastructures
Class ResultConceptSorter

java.lang.Object
  extended by org.dllearner.utilities.datastructures.ResultConceptSorter
All Implemented Interfaces:
Comparable<ResultConceptSorter>

public class ResultConceptSorter
extends Object
implements Comparable<ResultConceptSorter>


Constructor Summary
ResultConceptSorter(String concept, SortedSet<String> instances, double accuracy, double accuracy2, int nrOfInstances, SortedSet<String> coveredInRest, SortedSet<String> possibleNewCandidates, SortedSet<String> notCoveredInTotal)
           
 
Method Summary
 int compareTo(ResultConceptSorter in)
           
 String toString()
           
 String toStringFull()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultConceptSorter

public ResultConceptSorter(String concept,
                           SortedSet<String> instances,
                           double accuracy,
                           double accuracy2,
                           int nrOfInstances,
                           SortedSet<String> coveredInRest,
                           SortedSet<String> possibleNewCandidates,
                           SortedSet<String> notCoveredInTotal)
Method Detail

compareTo

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

toStringFull

public String toStringFull()

toString

public String toString()
Overrides:
toString in class Object


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