Example usage for Java weka.classifiers EnsembleLibrary fields, constructors, methods, implement or subclass
The text is from its open source code.
EnsembleLibrary() Constructor is responsible for initializing the data structure hoilding all of the models |
void | addModel(EnsembleLibraryModel model) adds a LibraryModel to the Library |
void | addModel(String modelString) adds a LibraryModel to the Library |
void | saveLibrary(File selectedFile, EnsembleLibrary library, JComponent dialogParent) Saves the given library in the specified file. |