|
|
|||||||||||||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||||||||||||||
See:
Description
| Class Summary | |
|---|---|
| DoubleVectorProjectionParser | Parser to project the ParsingResult obtained by a suitable base parser onto a selected subset of attributes. |
| DoubleVectorRandomProjectionParser | Parser to project the ParsingResult obtained by a suitable base parser onto a randomly selected subset of attributes. |
| MetaParser<O extends DatabaseObject> | A MetaParser uses any Parser as specified by the user via parameter
setting as base parser and may perform certain transformations on the
retrieved ParsingResult. |
| ProjectionParser<V extends NumberVector<V,?>> |
A ProjectionParser projects the ParsingResult of its base parser onto
a subspace specified by a BitSet. |
| RandomProjectionParser<V extends NumberVector<V,?>> | A RandomProjectionParser selects a subset of attributes randomly for projection of a ParsingResult. |
| SparseFloatVectorProjectionParser | Parser to project the ParsingResult obtained by a suitable base parser onto a selected subset of attributes. |
| SparseFloatVectorRandomProjectionParser | Parser to project the ParsingResult obtained by a suitable base parser onto a randomly selected subset of attributes. |
MetaParsers for different file formats and data types.
Generally, a MetaParser uses any Parser as
specified by the user via parameter setting as base parser and may perform certain
transformations on the retrieved ParsingResult.
|
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||||