|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.index.AbstractIndex<O>
de.lmu.ifi.dbs.elki.index.preprocessed.AbstractPreprocessorIndex<NV,P>
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex<V,D,SubspaceProjectionResult>
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.PreDeConSubspaceIndex<V,D>
D - Distance typeV - Vector type@Title(value="PreDeCon Preprocessor") @Description(value="Computes the projected dimension of objects of a certain database according to the PreDeCon algorithm.\nThe variance analysis is based on epsilon range queries.") public class PreDeConSubspaceIndex<V extends NumberVector<? extends V,?>,D extends Distance<D>>

Preprocessor for PreDeCon local dimensionality and locally weighted matrix assignment to objects of a certain database.
| Nested Class Summary | |
|---|---|
static class |
PreDeConSubspaceIndex.Factory<V extends NumberVector<? extends V,?>,D extends Distance<D>>
Factory |
| Field Summary | |
|---|---|
protected double |
delta
The threshold for small eigenvalues. |
private int |
kappa
The kappa value for generating the variance vector. |
private static Logging |
logger
The logger for this class. |
| Fields inherited from class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex |
|---|
epsilon, minpts, rangeQueryDistanceFunction |
| Fields inherited from class de.lmu.ifi.dbs.elki.index.preprocessed.AbstractPreprocessorIndex |
|---|
storage |
| Fields inherited from class de.lmu.ifi.dbs.elki.index.AbstractIndex |
|---|
relation |
| Constructor Summary | |
|---|---|
PreDeConSubspaceIndex(Relation<V> relation,
D epsilon,
DistanceFunction<V,D> rangeQueryDistanceFunction,
int minpts,
double delta)
Constructor. |
|
| Method Summary | |
|---|---|
protected SubspaceProjectionResult |
computeProjection(DBID id,
List<DistanceResultPair<D>> neighbors,
Relation<V> database)
This method implements the type of variance analysis to be computed for a given point. |
protected Logging |
getLogger()
Get the classes static logger. |
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus. |
String |
getShortName()
A short name for the result, useful for file names. |
| Methods inherited from class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex |
|---|
getLocalProjection, preprocess |
| Methods inherited from class de.lmu.ifi.dbs.elki.index.AbstractIndex |
|---|
delete, deleteAll, getPageFileStatistics, insert, insertAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.lmu.ifi.dbs.elki.index.Index |
|---|
delete, deleteAll, getPageFileStatistics, insert, insertAll |
| Field Detail |
|---|
private static final Logging logger
protected double delta
private final int kappa
| Constructor Detail |
|---|
public PreDeConSubspaceIndex(Relation<V> relation,
D epsilon,
DistanceFunction<V,D> rangeQueryDistanceFunction,
int minpts,
double delta)
relation - Relationepsilon - Epsilon valuerangeQueryDistanceFunction - range query distanceminpts - Minpts parameterdelta - Delta value| Method Detail |
|---|
protected SubspaceProjectionResult computeProjection(DBID id,
List<DistanceResultPair<D>> neighbors,
Relation<V> database)
AbstractSubspaceProjectionIndex
computeProjection in class AbstractSubspaceProjectionIndex<V extends NumberVector<? extends V,?>,D extends Distance<D>,SubspaceProjectionResult>id - the given pointneighbors - the neighbors as query results of the given pointdatabase - the database for which the preprocessing is performed
public String getLongName()
Result
getLongName in interface ResultgetLongName in class AbstractIndex<V extends NumberVector<? extends V,?>>public String getShortName()
Result
getShortName in interface ResultgetShortName in class AbstractIndex<V extends NumberVector<? extends V,?>>protected Logging getLogger()
AbstractPreprocessorIndex
getLogger in class AbstractPreprocessorIndex<V extends NumberVector<? extends V,?>,SubspaceProjectionResult>
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||