V
- Vector typepublic class NumericalFeatureSelection<V extends NumberVector<?>> extends Object implements Projection<V,V>
Modifier and Type | Class and Description |
---|---|
static class |
NumericalFeatureSelection.Parameterizer<V extends NumberVector<?>>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private BitSet |
bits
Subspace.
|
private int |
dimensionality
Output dimensionality.
|
private NumberVector.Factory<V,?> |
factory
Object factory.
|
private int |
mindim
Minimum dimensionality required for projection.
|
Constructor and Description |
---|
NumericalFeatureSelection(BitSet bits)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation |
getInputDataTypeInformation()
Input type information.
|
SimpleTypeInformation<V> |
getOutputDataTypeInformation()
Output type restriction
|
void |
initialize(SimpleTypeInformation<V> in)
Initialize
|
V |
project(V data)
Project a single instance.
|
private int mindim
private NumberVector.Factory<V extends NumberVector<?>,?> factory
private int dimensionality
private BitSet bits
public NumericalFeatureSelection(BitSet bits)
bits
- Dimensionspublic void initialize(SimpleTypeInformation<V> in)
Projection
initialize
in interface Projection<V extends NumberVector<?>,V extends NumberVector<?>>
in
- Data type to use for projecting.public V project(V data)
Projection
project
in interface Projection<V extends NumberVector<?>,V extends NumberVector<?>>
data
- Data to projectpublic SimpleTypeInformation<V> getOutputDataTypeInformation()
Projection
getOutputDataTypeInformation
in interface Projection<V extends NumberVector<?>,V extends NumberVector<?>>
public TypeInformation getInputDataTypeInformation()
Projection
getInputDataTypeInformation
in interface Projection<V extends NumberVector<?>,V extends NumberVector<?>>