Package com.rapidminer.operator.features.transformation

Provides operators for feature space transformations like PCA or ICA.

See:
          Description

Interface Summary
ComponentVector This class holds information about one eigenvector and eigenvalue.
ComponentWeightsCreatable This is an interface for models holding several components for feature transformation.
 

Class Summary
AbstractEigenvectorModel Abstract class for all eigenvector based operators providing methods for the renderer.
AbstractFeatureTransformation Abstract super class of all operators transforming the feature space.
DimensionalityReducer Abstract class representing some common functionality of dimensionality reduction methods.
DimensionalityReducerModel The model for the generic dimensionality reducer.
Eigenvector This class holds information about one eigenvector and eigenvalue.
FastICA This operator performs the independent componente analysis (ICA).
FastICAModel This is the transformation model of the FastICA.
FourierTransform Creates a new example set consisting of the result of a fourier transformation for each attribute of the input example set.
GHA Generalized Hebbian Algorithm (GHA) is an iterative method to compute principal components.
GHAModel This is the transformation model of the GHA The number of components is initially specified by the GHA.
JamaDimensionalityReduction This class represents an abstract framework for performing dimensionality reduction using the JAMA package.
KernelPCA This operator performs a kernel-based principal components analysis (PCA).
KernelPCAModel The model for the Kernel-PCA.
PCA This operator performs a principal components analysis (PCA) using the covariance matrix.
PCAModel This is the transformation model of the principal components analysis.
SOMDimensionalityReduction This operator performs a dimensionality reduction based on a SOM (Self Organizing Map, aka Kohonen net).
SOMDimensionalityReductionModel The model for the SOM dimensionality reduction.
SVDReduction A dimensionality reduction method based on Singular Value Decomposition.
WeightVector This class holds information about one eigenvector and eigenvalue.
 

Package com.rapidminer.operator.features.transformation Description

Provides operators for feature space transformations like PCA or ICA.



Copyright © 2001-2009 by Rapid-I