Package | Description |
---|---|
org.egothor.core |
This package concentrates the core data objects and interfaces.
|
org.egothor.duplicity.algorithm |
This package contains top-level classes that implement the duplicity checking algorithm.
|
org.egothor.duplicity.datastructure |
This package contains datastructures needed in the duplicity checking algorithm.
|
Modifier and Type | Method and Description |
---|---|
DocumentPermutatedMins |
DocumentData.getDocumentMins() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentData.setDocumentMins(DocumentPermutatedMins documentMins) |
Modifier and Type | Method and Description |
---|---|
void |
PermutatedMinsFiller.computeDocumentMins(DocumentPermutatedMins result,
Sequence<Token> terms,
long documentUID,
int documentDBRevision)
Computes the permutated mins values for given sequence of tokens of a document
and fills it into the result under the identificator documentID.
|
Constructor and Description |
---|
DocumentPermutatedMins(DocumentPermutatedMins old) |
Copyright © 2016 Egothor. All Rights Reserved.