Uses of Interface
elki.data.NumberVector.Factory
-
Packages that use NumberVector.Factory Package Description elki.data Basic classes for different data types, database object types and label types.elki.data.model Cluster models classes for various algorithms.elki.data.projection Data projections.elki.database.relation Relations, materialized and virtual (views).elki.datasource.filter Data filtering, in particular for normalization and projection.elki.datasource.filter.cleaning Filters for data cleaning.elki.datasource.filter.normalization.columnwise Normalizations operating on columns / variates; where each column is treated independently.elki.datasource.filter.transform Data space transformations.elki.datasource.parser Parsers for different file formats and data types.elki.visualization.projections Visualization projections. -
-
Uses of NumberVector.Factory in elki.data
Subinterfaces of NumberVector.Factory in elki.data Modifier and Type Interface Description static interfaceSparseNumberVector.Factory<V extends SparseNumberVector>Factory for sparse number vectors: make from a dim-value map.Classes in elki.data that implement NumberVector.Factory Modifier and Type Class Description static classBitVector.FactoryFactory for bit vectors.static classByteVector.FactoryFactory for Byte vectors.static classDoubleVector.FactoryFactory for Double vectors.static classFloatVector.FactoryFactory for float vectors.static classIntegerVector.FactoryFactory for integer vectors.static classOneDimensionalDoubleVector.FactoryFactory class.static classShortVector.FactoryFactory for Short vectors.static classSparseByteVector.FactoryFactory class.static classSparseDoubleVector.FactoryFactory class.static classSparseFloatVector.FactoryFactory class.static classSparseIntegerVector.FactoryFactory class.static classSparseShortVector.FactoryFactory class.Methods in elki.data with parameters of type NumberVector.Factory Modifier and Type Method Description static <V extends NumberVector>
VVectorUtil. project(V v, long[] selectedAttributes, NumberVector.Factory<V> factory)Project a number vector to the specified attributes.static <V extends NumberVector>
VVectorUtil. randomVector(NumberVector.Factory<V> factory, int dim)Produce a new vector based on random numbers in [0:1].static <V extends NumberVector>
VVectorUtil. randomVector(NumberVector.Factory<V> factory, int dim, java.util.Random r)Produce a new vector based on random numbers in [0:1]. -
Uses of NumberVector.Factory in elki.data.model
Methods in elki.data.model with parameters of type NumberVector.Factory Modifier and Type Method Description static <V extends NumberVector>
VModelUtil. getPrototype(Model model, Relation<? extends V> relation, NumberVector.Factory<V> factory)Get (and convert!)static <V extends NumberVector>
VModelUtil. getPrototypeOrCentroid(Model model, Relation<? extends V> relation, DBIDs ids, NumberVector.Factory<V> factory)Get the representative vector for a cluster model, or compute the centroid. -
Uses of NumberVector.Factory in elki.data.projection
Fields in elki.data.projection declared as NumberVector.Factory Modifier and Type Field Description private NumberVector.Factory<V>LatLngToECEFProjection. factoryVector factory to use.private NumberVector.Factory<V>LngLatToECEFProjection. factoryVector factory to use.private NumberVector.Factory<V>NumericalFeatureSelection. factoryObject factory.private NumberVector.Factory<V>RandomProjection. factoryVector factory. -
Uses of NumberVector.Factory in elki.database.relation
Methods in elki.database.relation that return NumberVector.Factory Modifier and Type Method Description static <V extends NumberVector>
NumberVector.Factory<V>RelationUtil. getNumberVectorFactory(Relation<V> relation)Get the number vector factory of a database relation. -
Uses of NumberVector.Factory in elki.datasource.filter
Fields in elki.datasource.filter declared as NumberVector.Factory Modifier and Type Field Description protected NumberVector.Factory<O>AbstractVectorConversionFilter. factoryNumber vector factory.protected NumberVector.Factory<O>AbstractVectorStreamConversionFilter. factoryNumber vector factory.Methods in elki.datasource.filter that return NumberVector.Factory Modifier and Type Method Description static <V extends NumberVector>
NumberVector.Factory<V>FilterUtil. guessFactory(SimpleTypeInformation<V> in)Try to guess the appropriate factory. -
Uses of NumberVector.Factory in elki.datasource.filter.cleaning
Fields in elki.datasource.filter.cleaning declared as NumberVector.Factory Modifier and Type Field Description private NumberVector.Factory<?>[]ReplaceNaNWithRandomFilter. densecolsColumns to check. -
Uses of NumberVector.Factory in elki.datasource.filter.normalization.columnwise
Fields in elki.datasource.filter.normalization.columnwise declared as NumberVector.Factory Modifier and Type Field Description protected NumberVector.Factory<V>AttributeWiseBetaNormalization. factoryNumber vector factory.protected NumberVector.Factory<V>AttributeWiseCDFNormalization. factoryNumber vector factory.protected NumberVector.Factory<V>AttributeWiseMADNormalization. factoryNumber vector factory. -
Uses of NumberVector.Factory in elki.datasource.filter.transform
Fields in elki.datasource.filter.transform declared as NumberVector.Factory Modifier and Type Field Description (package private) NumberVector.Factory<O>ClassicMultidimensionalScalingTransform. factoryVector factory.(package private) NumberVector.Factory<O>ClassicMultidimensionalScalingTransform.Par. factoryVector factory.(package private) NumberVector.Factory<O>FastMultidimensionalScalingTransform. factoryVector factory.(package private) NumberVector.Factory<O>FastMultidimensionalScalingTransform.Par. factoryVector factory.private NumberVector.Factory<V>LatLngToECEFFilter. factoryVector factory to use.private NumberVector.Factory<V>LngLatToECEFFilter. factoryVector factory to use.Methods in elki.datasource.filter.transform with parameters of type NumberVector.Factory Modifier and Type Method Description protected SimpleTypeInformation<?>AbstractSupervisedProjectionVectorFilter. convertedType(SimpleTypeInformation<?> in, NumberVector.Factory<V> factory)Get the output type from the input type after conversion.Constructors in elki.datasource.filter.transform with parameters of type NumberVector.Factory Constructor Description ClassicMultidimensionalScalingTransform(int tdim, PrimitiveDistance<? super I> dist, NumberVector.Factory<O> factory)Constructor.FastMultidimensionalScalingTransform(int tdim, PrimitiveDistance<? super I> dist, NumberVector.Factory<O> factory, RandomFactory random)Constructor. -
Uses of NumberVector.Factory in elki.datasource.parser
Fields in elki.datasource.parser declared as NumberVector.Factory Modifier and Type Field Description (package private) NumberVector.Factory<?>ArffParser. denseFactoryFactory for dense vectors.protected NumberVector.Factory<V>NumberVectorLabelParser. factoryVector factory class.protected NumberVector.Factory<V>NumberVectorLabelParser.Par. factoryFactory object.Constructors in elki.datasource.parser with parameters of type NumberVector.Factory Constructor Description CategorialDataAsNumberVectorParser(NumberVector.Factory<V> factory)Constructor with defaults.CategorialDataAsNumberVectorParser(CSVReaderFormat format, long[] labelIndices, NumberVector.Factory<V> factory)Constructor.NumberVectorLabelParser(NumberVector.Factory<V> factory)Constructor with defaults.NumberVectorLabelParser(CSVReaderFormat format, long[] labelIndices, NumberVector.Factory<V> factory)Constructor.NumberVectorLabelParser(java.util.regex.Pattern colSep, java.lang.String quoteChars, java.util.regex.Pattern comment, long[] labelIndices, NumberVector.Factory<V> factory)Constructor. -
Uses of NumberVector.Factory in elki.visualization.projections
Methods in elki.visualization.projections with parameters of type NumberVector.Factory Modifier and Type Method Description <NV extends NumberVector>
NVAbstractFullProjection. projectRelativeRenderToDataSpace(double[] v, NumberVector.Factory<NV> prototype)Project a relative vector from rendering space to data space.<NV extends NumberVector>
NVFullProjection. projectRelativeRenderToDataSpace(double[] v, NumberVector.Factory<NV> prototype)Project a relative vector from rendering space to data space.<NV extends NumberVector>
NVAbstractFullProjection. projectRelativeScaledToDataSpace(double[] v, NumberVector.Factory<NV> prototype)Project a relative vector from scaled space to data space.<NV extends NumberVector>
NVFullProjection. projectRelativeScaledToDataSpace(double[] v, NumberVector.Factory<NV> prototype)Project a relative vector from scaled space to data space.<NV extends NumberVector>
NVAbstractFullProjection. projectRenderToDataSpace(double[] v, NumberVector.Factory<NV> prototype)Project a vector from rendering space to data space.<NV extends NumberVector>
NVFullProjection. projectRenderToDataSpace(double[] v, NumberVector.Factory<NV> prototype)Project a vector from rendering space to data space.<NV extends NumberVector>
NVAbstractFullProjection. projectScaledToDataSpace(double[] v, NumberVector.Factory<NV> factory)Project a vector from scaled space to data space.<NV extends NumberVector>
NVFullProjection. projectScaledToDataSpace(double[] v, NumberVector.Factory<NV> factory)Project a vector from scaled space to data space.
-