| Interface | Description |
|---|---|
| ExecutionStageListener |
Interface for classes that want to be notified whenever an experiment enters a new stage.
|
| IterationNotificationListener |
Interface for classes that listen to iteration events of an experiment.
|
| StatisticsNotificationListener |
Interface for classes that want to be notified whenever new statistics are available.
|
| Class | Description |
|---|---|
| ExecutionStageEvent |
Event that gets sent by an experiment when it enters a new stage in the execution.
|
| IterationNotificationEvent |
Event that gets sent by an experiment when a new classifier/dataset combination is being evaluated.
|
| StatisticsNotificationEvent |
Event that gets sent by an experiment when new statistics become available.
|
| Enum | Description |
|---|---|
| ExecutionStageEvent.Stage |
The stages of an experiment.
|
Copyright © 2017. All Rights Reserved.