|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.data.Subspace<V>
V
- Vector classpublic class Subspace<V extends RealVector<V,?>>
Represents a subspace of the original data space.
Field Summary | |
---|---|
private SortedSet<Integer> |
dimensions
The dimensions building this subspace. |
Constructor Summary | |
---|---|
Subspace(int dimension)
Creates a new one-dimensional subspace of the original data space. |
|
Subspace(SortedSet<Integer> dimensions)
Creates a new k-dimensional subspace of the original data space. |
Method Summary | |
---|---|
SortedSet<Integer> |
getDimensions()
Returns the set of dimensions of this subspace. |
Subspace<V> |
join(Subspace<V> other,
double all,
double tau)
Joins this subspace with the specified subspace. |
protected SortedSet<Integer> |
joinDimensions(Subspace<V> other)
Joins the dimensions of this subspace with the dimensions of the specified subspace. |
String |
toString()
Returns a string representation of this subspace that contains the coverage, the dimensions and the dense units of this subspace. |
String |
toString(String pre)
Returns a string representation of this subspace that contains the coverage, the dimensions and the dense units of this subspace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private SortedSet<Integer> dimensions
Constructor Detail |
---|
public Subspace(int dimension)
dimension
- the dimension building this subspacepublic Subspace(SortedSet<Integer> dimensions)
dimensions
- the dimensions building this subspaceMethod Detail |
---|
public final SortedSet<Integer> getDimensions()
public Subspace<V> join(Subspace<V> other, double all, double tau)
other
- the subspace to joinall
- the overall number of feature vectorstau
- the density threshold for the selectivity of a unit
protected SortedSet<Integer> joinDimensions(Subspace<V> other)
other
- the subspace to join
public String toString()
toString
in class Object
public String toString(String pre)
pre
- a string prefix
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |