weka.gui.ensembleLibraryEditor |
|
Java Source File Name | Type | Comment |
AddModelsPanel.java | Class | The purpose of this class is to create a user interface that will
provide an intuitive method of building "playlists" of weka
classifiers to be trained. |
DefaultModelsPanel.java | Class | This class is intended to build a panel that contains as interface
that will let users choose default lists of models to add to the
library. |
LibrarySerialization.java | Class | For serializing LibraryModels. |
ListModelsPanel.java | Class | This class is responsible for creating the main panel in the library editor
gui. |
LoadModelsPanel.java | Class | |
ModelList.java | Class | This class is basically a customization of the JList class to allow it
to display LibraryModel objects. |