|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use Subspace | |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique | Helper classes for the CLIQUE algorithm. |
| de.lmu.ifi.dbs.elki.data | Basic classes for different data types, database object types and label types. |
| Uses of Subspace in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique |
|---|
| Subclasses of Subspace in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique | |
|---|---|
class |
CLIQUESubspace<V extends RealVector<V,?>>
Represents a subspace of the original dataspace in the CLIQUE algorithm. |
| Uses of Subspace in de.lmu.ifi.dbs.elki.data |
|---|
| Methods in de.lmu.ifi.dbs.elki.data that return Subspace | |
|---|---|
Subspace<V> |
Subspace.join(Subspace<V> other,
double all,
double tau)
Joins this subspace with the specified subspace. |
| Methods in de.lmu.ifi.dbs.elki.data with parameters of type Subspace | |
|---|---|
Subspace<V> |
Subspace.join(Subspace<V> other,
double all,
double tau)
Joins this subspace with the specified subspace. |
protected SortedSet<Integer> |
Subspace.joinDimensions(Subspace<V> other)
Joins the dimensions of this subspace with the dimensions of the specified subspace. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||