Interface | Description |
---|---|
Bridge<I,L extends Listener<I>> |
An object that connects in some way an algorithm to a user interface.
|
ClassificationBridge |
An object that connects in some way a classification algorithm to a user interface.
|
CrossValidationBridge |
An object that connects in some way a classification algorithm (validated through cross-validation)
to a user interface.
|
GridOutput |
An object that represents something that can be displayed as a datagrid
|
TextOutput<T extends TextOutput<T>> |
An object that represents something that can be displayed as a text
|
Class | Description |
---|---|
BridgeFactory |
Standard Bridge Factory
|
StringOutput |
A simple string output
|