Package | Description |
---|---|
org.egothor.duplicity.file |
This package contains implementation of the files needed the duplicity checking algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
AllSimilarUnitPairsFile
Represents the merge of "similar unit pairs" files for all permutations that is
used in the duplicity checking algorithm.
|
class |
MergeableSimilarUnitPairsFile
Adds abilitity to merge to the
CommonSimilarUnitPairsFile
class. |
class |
SimilarUnitPairsFile
Represents the "similar unit pairs" file used in duplicity checking algorithm.
|
class |
SimilarUnitPairsTempFile
Represents the "similar unit pairs" file used in duplicity checking algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
SimilarUnitPairsFile.merge(CommonSimilarUnitPairsFile supf)
Merges two files externally, on filesystem.
|
Modifier and Type | Method and Description |
---|---|
JaccardCoeficientsFile |
AllSimilarUnitPairsFile.mergeToJaccardCoeficientsFile(ArrayList<CommonSimilarUnitPairsFile> supfs)
Merges given similar unit pairs files and produces
the
JaccardCoeficientsFile
by aggregating the unit pairs. |
Copyright © 2016 Egothor. All Rights Reserved.