|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectannotool.gui.model.ModelSaver
public class ModelSaver
This class saves the trained models into file system using separate thread of execution. The actual code to write to file is encapsulated in ChainModel objects.
Constructor Summary | |
---|---|
ModelSaver(javax.swing.JProgressBar bar,
AnnOutputPanel pnlOutput,
javax.swing.JButton[] buttons,
ChainModel[] chainModels,
java.io.File file)
|
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelSaver(javax.swing.JProgressBar bar, AnnOutputPanel pnlOutput, javax.swing.JButton[] buttons, ChainModel[] chainModels, java.io.File file)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |