protected static class PartialVAFile.PartialVACandidate extends java.lang.Object implements java.lang.Comparable<PartialVAFile.PartialVACandidate>
Modifier and Type | Field and Description |
---|---|
private VectorApproximation |
approx
The actual approximation.
|
protected double |
maxDistP
(Current) maximum distance of this candidate.
|
protected double |
minDistP
(Current) minimum distance of this candidate.
|
Constructor and Description |
---|
PartialVACandidate(VectorApproximation approx)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PartialVAFile.PartialVACandidate o) |
int |
getApproximation(int dimension) |
DBID |
getId() |
java.lang.String |
toString() |
protected double maxDistP
protected double minDistP
private final VectorApproximation approx
public PartialVACandidate(VectorApproximation approx)
approx
- The actual approximationpublic int getApproximation(int dimension)
public DBID getId()
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(PartialVAFile.PartialVACandidate o)
compareTo
in interface java.lang.Comparable<PartialVAFile.PartialVACandidate>
Copyright © 2019 ELKI Development Team. License information.