Uses of Interface
elki.database.ids.DBIDVar
-
Packages that use DBIDVar Package Description elki.clustering.hierarchical Hierarchical agglomerative clustering (HAC).elki.clustering.optics OPTICS family of clustering algorithms.elki.database.datastore General data store layer API (along the lines ofMap<DBID, T>- use everywhere!)elki.database.datastore.memory Memory data store implementation for ELKI.elki.database.ids Database object identification and ID group handling API.elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always useDBIDUtil.elki.datasource.bundle Object bundles - exchange container for multi-represented objects.elki.datasource.filter Data filtering, in particular for normalization and projection.elki.datasource.parser Parsers for different file formats and data types.elki.index.tree.metrical.covertree Cover-tree variations.elki.index.tree.metrical.vptree elki.outlier.spatial Spatial outlier detection algorithms. -
-
Uses of DBIDVar in elki.clustering.hierarchical
Methods in elki.clustering.hierarchical that return DBIDVar Modifier and Type Method Description DBIDVarClusterMergeHistory. assignVar(int i, DBIDVar var)Access the i'th singleton via a variable.Methods in elki.clustering.hierarchical with parameters of type DBIDVar Modifier and Type Method Description DBIDVarClusterMergeHistory. assignVar(int i, DBIDVar var)Access the i'th singleton via a variable.private static doubleHACAM.Instance. findPrototype(DistanceQuery<?> dq, DBIDs cx, DBIDs cy, DBIDVar prototype, double minDistSum)Find the prototypes.private static doubleMiniMax.Instance. findPrototype(DistanceQuery<?> dq, DBIDs cx, DBIDs cy, DBIDVar prototype, double minMaxDist)Find the prototypes.private static doubleHACAM.Instance. findPrototypeSingleton(DistanceQuery<?> dq, DBIDs cx, DBIDRef cy, DBIDVar prototype)Find the prototypes.private static doubleMiniMax.Instance. findPrototypeSingleton(DistanceQuery<?> dq, DBIDs cx, DBIDRef cy, DBIDVar prototype)Find the prototypes. -
Uses of DBIDVar in elki.clustering.optics
Methods in elki.clustering.optics with parameters of type DBIDVar Modifier and Type Method Description voidOPTICSList.Instance. findBest(ArrayModifiableDBIDs candidates, DBIDArrayMIter it, DBIDVar out)Find the minimum in the candidates array.voidClusterOrder. getPredecessor(DBIDRef id, DBIDVar out)Get the predecessor. -
Uses of DBIDVar in elki.database.datastore
Methods in elki.database.datastore that return DBIDVar Modifier and Type Method Description DBIDVarDBIDDataStore. assignVar(DBIDRef id, DBIDVar var)Retrieves an object from the storage.Methods in elki.database.datastore with parameters of type DBIDVar Modifier and Type Method Description DBIDVarDBIDDataStore. assignVar(DBIDRef id, DBIDVar var)Retrieves an object from the storage. -
Uses of DBIDVar in elki.database.datastore.memory
Methods in elki.database.datastore.memory that return DBIDVar Modifier and Type Method Description DBIDVarArrayDBIDStore. assignVar(DBIDRef id, DBIDVar var)DBIDVarMapIntegerDBIDDBIDStore. assignVar(DBIDRef id, DBIDVar var)Methods in elki.database.datastore.memory with parameters of type DBIDVar Modifier and Type Method Description DBIDVarArrayDBIDStore. assignVar(DBIDRef id, DBIDVar var)DBIDVarMapIntegerDBIDDBIDStore. assignVar(DBIDRef id, DBIDVar var) -
Uses of DBIDVar in elki.database.ids
Methods in elki.database.ids that return DBIDVar Modifier and Type Method Description DBIDVarArrayDBIDs. assignVar(int index, DBIDVar var)Assign a DBID variable the value of positionindex.DBIDVarDBIDFactory. assignVar(DBIDVar var, int val)Assign an integer value to a DBID variable.DBIDVarDoubleDBIDList. assignVar(int index, DBIDVar var)Assign a DBID variable the value of positionindex.DBIDVarEmptyDBIDs. assignVar(int index, DBIDVar var)DBIDVarDBIDVar. from(DBIDDataStore store, DBIDRef ref)Update variable from a data store.DBIDVarDBIDFactory. newVar(DBIDRef val)Make a new DBID variable.static DBIDVarDBIDUtil. newVar()Make a new DBID variable.static DBIDVarDBIDUtil. newVar(DBIDRef val)Make a new DBID variable.DBIDVarModifiableDBIDs. pop(DBIDVar outvar)Pop (get and remove) one DBID from the set, into a variable.static DBIDVarDBIDUtil. randomSample(DBIDs ids, RandomFactory random)Draw a single random sample.static DBIDVarDBIDUtil. randomSample(DBIDs ids, java.util.Random random)Draw a single random sample.DBIDVarDBIDVar. set(DBIDRef ref)Assign a new value for the reference.Methods in elki.database.ids with parameters of type DBIDVar Modifier and Type Method Description DBIDVarArrayDBIDs. assignVar(int index, DBIDVar var)Assign a DBID variable the value of positionindex.DBIDVarDBIDFactory. assignVar(DBIDVar var, int val)Assign an integer value to a DBID variable.DBIDVarDoubleDBIDList. assignVar(int index, DBIDVar var)Assign a DBID variable the value of positionindex.DBIDVarEmptyDBIDs. assignVar(int index, DBIDVar var)DBIDVarModifiableDBIDs. pop(DBIDVar outvar)Pop (get and remove) one DBID from the set, into a variable. -
Uses of DBIDVar in elki.database.ids.integer
Classes in elki.database.ids.integer that implement DBIDVar Modifier and Type Class Description (package private) classIntegerDBIDVarVariable for storing a single DBID reference.Methods in elki.database.ids.integer that return DBIDVar Modifier and Type Method Description DBIDVarAbstractIntegerDBIDFactory. assignVar(DBIDVar var, int val)DBIDVarArrayModifiableIntegerDBIDs. assignVar(int index, DBIDVar var)DBIDVarArrayModifiableIntegerDBIDs.Slice. assignVar(int index, DBIDVar var)DBIDVarArrayStaticIntegerDBIDs. assignVar(int i, DBIDVar var)DBIDVarArrayStaticIntegerDBIDs.Slice. assignVar(int index, DBIDVar var)DBIDVarDoubleIntegerDBIDArrayList. assignVar(int index, DBIDVar var)DBIDVarDoubleIntegerDBIDSubList. assignVar(int index, DBIDVar var)DBIDVarIntegerDBID. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDKNNSubList. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDPair. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDPair.Slice. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDRange. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDVar. assignVar(int i, DBIDVar var)DBIDVarUnmodifiableIntegerArrayDBIDs. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDVar. from(DBIDDataStore store, DBIDRef ref)DBIDVarAbstractIntegerDBIDFactory. newVar(DBIDRef val)DBIDVarArrayModifiableIntegerDBIDs. pop(DBIDVar var)DBIDVarFastutilIntOpenHashSetModifiableDBIDs. pop(DBIDVar outvar)DBIDVarIntegerDBIDVar. set(DBIDRef ref)Methods in elki.database.ids.integer with parameters of type DBIDVar Modifier and Type Method Description DBIDVarAbstractIntegerDBIDFactory. assignVar(DBIDVar var, int val)DBIDVarArrayModifiableIntegerDBIDs. assignVar(int index, DBIDVar var)DBIDVarArrayModifiableIntegerDBIDs.Slice. assignVar(int index, DBIDVar var)DBIDVarArrayStaticIntegerDBIDs. assignVar(int i, DBIDVar var)DBIDVarArrayStaticIntegerDBIDs.Slice. assignVar(int index, DBIDVar var)DBIDVarDoubleIntegerDBIDArrayList. assignVar(int index, DBIDVar var)DBIDVarDoubleIntegerDBIDSubList. assignVar(int index, DBIDVar var)DBIDVarIntegerDBID. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDKNNSubList. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDPair. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDPair.Slice. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDRange. assignVar(int index, DBIDVar var)DBIDVarIntegerDBIDVar. assignVar(int i, DBIDVar var)DBIDVarUnmodifiableIntegerArrayDBIDs. assignVar(int index, DBIDVar var)DBIDVarArrayModifiableIntegerDBIDs. pop(DBIDVar var)DBIDVarFastutilIntOpenHashSetModifiableDBIDs. pop(DBIDVar outvar) -
Uses of DBIDVar in elki.datasource.bundle
Methods in elki.datasource.bundle with parameters of type DBIDVar Modifier and Type Method Description booleanBundleReader. assignDBID(DBIDVar var)booleanBundleStreamSource. assignDBID(DBIDVar var)Assign the current object ID to aDBIDVar.booleanMultipleObjectsBundle. assignDBID(int onum, DBIDVar var)booleanObjectBundle. assignDBID(int onum, DBIDVar var)Assign the object DBID to a variablebooleanSingleObjectBundle. assignDBID(int onum, DBIDVar var)booleanStreamFromBundle. assignDBID(DBIDVar var) -
Uses of DBIDVar in elki.datasource.filter
Methods in elki.datasource.filter with parameters of type DBIDVar Modifier and Type Method Description booleanAbstractStreamFilter. assignDBID(DBIDVar var) -
Uses of DBIDVar in elki.datasource.parser
Methods in elki.datasource.parser with parameters of type DBIDVar Modifier and Type Method Description booleanAbstractStreamingParser. assignDBID(DBIDVar var) -
Uses of DBIDVar in elki.index.tree.metrical.covertree
Fields in elki.index.tree.metrical.covertree declared as DBIDVar Modifier and Type Field Description private DBIDVarCoverTree.CoverTreeKNNSearcher. tmpTemporary storage.private DBIDVarCoverTree.CoverTreePrioritySearcher. tmpTemporary storage.private DBIDVarCoverTree.CoverTreeRangeSearcher. tmpTemporary storage.private DBIDVarSimplifiedCoverTree.CoverTreeKNNSearcher. tmpTemporary storage.private DBIDVarSimplifiedCoverTree.CoverTreePrioritySearcher. tmpTemporary storage.private DBIDVarSimplifiedCoverTree.CoverTreeRangeSearcher. tmpTemporary storage. -
Uses of DBIDVar in elki.index.tree.metrical.vptree
Methods in elki.index.tree.metrical.vptree that return DBIDVar Modifier and Type Method Description private DBIDVarVPTree.Builder. chooseVantagePoint(int left, int right)Find a vantage points in the DBIDs between left and right -
Uses of DBIDVar in elki.outlier.spatial
Methods in elki.outlier.spatial that return types with arguments of type DBIDVar Modifier and Type Method Description private Pair<DBIDVar,java.lang.Double>CTLuGLSBackwardSearchAlgorithm. singleIteration(Relation<V> relationx, Relation<? extends NumberVector> relationy)Run a single iteration of the GLS-SOD modeling step
-