|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
java.util.Collection |
boost(ExampleSet examples,
java.lang.String tag)
This method must be overridden in order to implement the boosting algorithm. |
java.util.Collection[] |
boost(ExampleSet examples,
java.lang.String tag,
int sf)
This method must be overridden in order to implement the boosting algorithm. |
void |
init(java.util.Properties p)
A convenience method which must be overridden in order to set the configuration parameters needed to the boosting algorithm to run properly. |
void |
test()
This method must be overridden in order to start the boosting algorithm for testing. |
void |
train()
This method must be overridden in order to start the boosting algorithm for training. |
| Method Detail |
public void init(java.util.Properties p)
p - the list of configuration parameters
public java.util.Collection boost(ExampleSet examples,
java.lang.String tag)
tag - the label to learn
public java.util.Collection[] boost(ExampleSet examples,
java.lang.String tag,
int sf)
tag - the label to learn
public void train()
public void test()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||