Java weka.classifiers EnsembleLibrary fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers EnsembleLibrary fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers EnsembleLibrary.

The text is from its open source code.

Constructor

EnsembleLibrary()
Constructor is responsible for initializing the data structure hoilding all of the models

Method

voidaddModel(EnsembleLibraryModel model)
adds a LibraryModel to the Library
voidaddModel(String modelString)
adds a LibraryModel to the Library
voidsaveLibrary(File selectedFile, EnsembleLibrary library, JComponent dialogParent)
Saves the given library in the specified file.