|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mapping
An object that maps an example set into a feature space.
Method Summary | |
---|---|
VectorSet |
map(ExampleSet data,
FeatureIndex[] index)
Maps the specified example set into a feature space. |
void |
setParameters(java.util.Properties parameters)
Set the parameters to the mapping. |
Method Detail |
---|
void setParameters(java.util.Properties parameters)
parameters
- the specified parametersVectorSet map(ExampleSet data, FeatureIndex[] index) throws java.lang.IllegalArgumentException
data
- input example set.index
- index of the feature spase.
java.lang.IllegalArgumentException
- if the the specified example set is illegal or inappropriate.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |