private static class P3C.Signature
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) DBIDs |
ids
Object ids.
|
(package private) boolean |
prune
Pruning flag.
|
(package private) int[] |
spec
Subspace specification
|
| Modifier | Constructor and Description |
|---|---|
private |
Signature(int[] spec,
DBIDs ids)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstDim()
Find the first dimension set in this signature.
|
boolean |
isSuperset(P3C.Signature other)
Test whether this is a superset of the other signature.
|
java.lang.String |
toString() |
int[] spec
DBIDs ids
boolean prune
private Signature(int[] spec,
DBIDs ids)
spec - Subspace specificationids - IDs.public boolean isSuperset(P3C.Signature other)
other - Other signature.true when this is a superset.public int getFirstDim()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019 ELKI Development Team. License information.