Uses of Class
org.egothor.duplicity.datastructure.JaccardCoeficient

Packages that use JaccardCoeficient
org.egothor.duplicity.datastructure This package contains datastructures needed in the duplicity checking algorithm. 
org.egothor.duplicity.file This package contains implementation of the files needed the duplicity checking algorithm. 
 

Uses of JaccardCoeficient in org.egothor.duplicity.datastructure
 

Fields in org.egothor.duplicity.datastructure with type parameters of type JaccardCoeficient
static java.util.Comparator<JaccardCoeficient> JaccardCoeficient.comp
          Comparator using first and then second unit id of the similarUnitPair field for the class JaccardCoeficient.
static java.util.Comparator<JaccardCoeficient> JaccardCoeficient.compJaccard
          Comparator using jaccard field for the class JaccardCoeficient.
 

Uses of JaccardCoeficient in org.egothor.duplicity.file
 

Methods in org.egothor.duplicity.file that return types with arguments of type JaccardCoeficient
 java.util.Map<TextUnitID,JaccardCoeficient> JaccardCoeficientsFile.filterRelevantForDocument(DocumentUnitID doc)
          Filter from the file only the entries relevant for given document.
 

Method parameters in org.egothor.duplicity.file with type arguments of type JaccardCoeficient
protected  void JaccardCoeficientsFile.mergeAll(DataOutputStream dos, java.util.ArrayList<DataInputStream> diss, java.util.ArrayList<JaccardCoeficient> jcs)
          Merges all given input streams to given output stream.