|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleVector | |
---|---|
de.lmu.ifi.dbs.elki.algorithm.statistics | Statistical analysis algorithms The algorithms in this package perform statistical analysis of the data (e.g. compute distributions, distance distributions etc.) |
de.lmu.ifi.dbs.elki.data | Basic classes for different data types, database object types and label types. |
de.lmu.ifi.dbs.elki.data.type | Data type information, also used for type restrictions. |
de.lmu.ifi.dbs.elki.datasource.filter | Data filtering, in particular for normalization and projection. |
de.lmu.ifi.dbs.elki.datasource.parser | Parsers for different file formats and data types. |
de.lmu.ifi.dbs.elki.evaluation.histogram | Functionality for the evaluation of algorithms using histograms. |
de.lmu.ifi.dbs.elki.utilities | Utility and helper classes - commonly used data structures, output formatting, exceptions, ... |
Uses of DoubleVector in de.lmu.ifi.dbs.elki.algorithm.statistics |
---|
Methods in de.lmu.ifi.dbs.elki.algorithm.statistics that return types with arguments of type DoubleVector | |
---|---|
HistogramResult<DoubleVector> |
DistanceStatisticsWithClasses.run(Database database)
Iterates over all points in the database. |
HistogramResult<DoubleVector> |
EvaluateRankingQuality.run(Database database)
Run the algorithm. |
HistogramResult<DoubleVector> |
RankingQualityHistogram.run(Database database,
Relation<O> relation)
|
Uses of DoubleVector in de.lmu.ifi.dbs.elki.data |
---|
Subclasses of DoubleVector in de.lmu.ifi.dbs.elki.data | |
---|---|
class |
ParameterizationFunction
A parameterization function describes all lines in a d-dimensional feature space intersecting in one point p. |
Methods in de.lmu.ifi.dbs.elki.data that return DoubleVector | |
---|---|
DoubleVector |
DoubleVector.fromByteBuffer(ByteBuffer buffer)
|
DoubleVector |
DoubleVector.minus(DoubleVector fv)
|
DoubleVector |
DoubleVector.multiplicate(double k)
|
DoubleVector |
DoubleVector.negativeVector()
|
DoubleVector |
ParameterizationFunction.newInstance(double[] values)
|
DoubleVector |
DoubleVector.newInstance(double[] values)
|
DoubleVector |
ParameterizationFunction.newInstance(Double[] values)
|
DoubleVector |
DoubleVector.newInstance(Double[] values)
|
DoubleVector |
ParameterizationFunction.newInstance(List<Double> values)
|
DoubleVector |
DoubleVector.newInstance(List<Double> values)
|
DoubleVector |
ParameterizationFunction.newInstance(Vector values)
|
DoubleVector |
DoubleVector.newInstance(Vector values)
|
DoubleVector |
DoubleVector.nullVector()
|
DoubleVector |
DoubleVector.plus(DoubleVector fv)
|
Methods in de.lmu.ifi.dbs.elki.data with parameters of type DoubleVector | |
---|---|
int |
DoubleVector.getByteSize(DoubleVector vec)
|
DoubleVector |
DoubleVector.minus(DoubleVector fv)
|
DoubleVector |
DoubleVector.plus(DoubleVector fv)
|
Double |
DoubleVector.scalarProduct(DoubleVector d)
Provides the scalar product (inner product) of this and the given DoubleVector. |
void |
DoubleVector.toByteBuffer(ByteBuffer buffer,
DoubleVector vec)
|
Uses of DoubleVector in de.lmu.ifi.dbs.elki.data.type |
---|
Fields in de.lmu.ifi.dbs.elki.data.type with type parameters of type DoubleVector | |
---|---|
static VectorFieldTypeInformation<DoubleVector> |
TypeUtil.DOUBLE_VECTOR_FIELD
Input type for algorithms that require number vector fields. |
Uses of DoubleVector in de.lmu.ifi.dbs.elki.datasource.filter |
---|
Methods in de.lmu.ifi.dbs.elki.datasource.filter that return DoubleVector | |
---|---|
protected DoubleVector |
DoubleVectorProjectionFilter.filterSingleObject(DoubleVector obj)
|
protected DoubleVector |
DoubleVectorRandomProjectionFilter.filterSingleObject(DoubleVector obj)
|
Methods in de.lmu.ifi.dbs.elki.datasource.filter that return types with arguments of type DoubleVector | |
---|---|
protected SimpleTypeInformation<? super DoubleVector> |
DoubleVectorProjectionFilter.convertedType(SimpleTypeInformation<DoubleVector> in)
|
protected SimpleTypeInformation<? super DoubleVector> |
DoubleVectorRandomProjectionFilter.convertedType(SimpleTypeInformation<DoubleVector> in)
|
protected SimpleTypeInformation<? super DoubleVector> |
DoubleVectorProjectionFilter.getInputTypeRestriction()
|
protected SimpleTypeInformation<? super DoubleVector> |
DoubleVectorRandomProjectionFilter.getInputTypeRestriction()
|
Methods in de.lmu.ifi.dbs.elki.datasource.filter with parameters of type DoubleVector | |
---|---|
protected DoubleVector |
DoubleVectorProjectionFilter.filterSingleObject(DoubleVector obj)
|
protected DoubleVector |
DoubleVectorRandomProjectionFilter.filterSingleObject(DoubleVector obj)
|
Method parameters in de.lmu.ifi.dbs.elki.datasource.filter with type arguments of type DoubleVector | |
---|---|
protected SimpleTypeInformation<? super DoubleVector> |
DoubleVectorProjectionFilter.convertedType(SimpleTypeInformation<DoubleVector> in)
|
protected SimpleTypeInformation<? super DoubleVector> |
DoubleVectorRandomProjectionFilter.convertedType(SimpleTypeInformation<DoubleVector> in)
|
Uses of DoubleVector in de.lmu.ifi.dbs.elki.datasource.parser |
---|
Methods in de.lmu.ifi.dbs.elki.datasource.parser that return DoubleVector | |
---|---|
DoubleVector |
DoubleVectorLabelParser.createDBObject(List<Double> attributes)
Creates a DoubleVector out of the given attribute values. |
Methods in de.lmu.ifi.dbs.elki.datasource.parser that return types with arguments of type DoubleVector | |
---|---|
protected VectorFieldTypeInformation<DoubleVector> |
DoubleVectorLabelParser.getTypeInformation(int dimensionality)
|
Uses of DoubleVector in de.lmu.ifi.dbs.elki.evaluation.histogram |
---|
Methods in de.lmu.ifi.dbs.elki.evaluation.histogram that return types with arguments of type DoubleVector | |
---|---|
HistogramResult<DoubleVector> |
ComputeOutlierHistogram.evaluateOutlierResult(Database database,
OutlierResult or)
Evaluate a single outlier result as histogram. |
Uses of DoubleVector in de.lmu.ifi.dbs.elki.utilities |
---|
Methods in de.lmu.ifi.dbs.elki.utilities that return DoubleVector | |
---|---|
static DoubleVector |
Util.project(DoubleVector v,
BitSet selectedAttributes)
Provides a new DoubleVector as a projection on the specified attributes. |
Methods in de.lmu.ifi.dbs.elki.utilities with parameters of type DoubleVector | |
---|---|
static DoubleVector |
Util.project(DoubleVector v,
BitSet selectedAttributes)
Provides a new DoubleVector as a projection on the specified attributes. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |