private static class P3C.Signature extends 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 |
P3C.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.
|
String |
toString() |
int[] spec
DBIDs ids
boolean prune
private P3C.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()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.