|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--featureselector.fcbf.MetaStructure
This class is used to store the metadata about the attributes and their values.
Field Summary | |
java.lang.String |
name
Name of the attribute |
int |
numValues
Number of values this attribute can take |
java.util.Vector |
valueLabels
Labels of the different values |
Constructor Summary | |
MetaStructure(java.lang.String name,
int numValues,
java.util.Vector valueLabels)
The constructor replicates the arguements into its identifiers. |
Method Summary | |
void |
printMetaStructure()
This function outputs the content of the MetaStructure object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String name
public int numValues
public java.util.Vector valueLabels
Constructor Detail |
public MetaStructure(java.lang.String name, int numValues, java.util.Vector valueLabels)
name
- Name of the attributenumValues
- Number of values the attribute can takevalueLabels
- Labels of the different valuesMethod Detail |
public void printMetaStructure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |