Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<JaccardCoeficient> |
JaccardCoeficient.comp
Comparator using first and then second unit id of the similarUnitPair field
for the class JaccardCoeficient.
|
static Comparator<JaccardCoeficient> |
JaccardCoeficient.compJaccard
Comparator using
jaccard field for the class JaccardCoeficient. |
Modifier and Type | Method and Description |
---|---|
Map<TextUnitID,JaccardCoeficient> |
JaccardCoeficientsFile.filterRelevantForDocument(DocumentUnitID doc)
Filter from the file only the entries relevant for given document.
|
Copyright © 2016 Egothor. All Rights Reserved.