| Interface | Description |
|---|---|
| FeedforwardNet |
A feedforward neural network is a neural network where connections between
the units do not form a directed cycle.
|
| NeuralNet |
The basic interface for a neural network.
|
| NeuralNetBuilder<E extends NeuralNet> |
Interface for a neural network builder.
|
| Class | Description |
|---|---|
| AbstractFeedforwardNet |
This class implements a feedforward neural network.
|
| AbstractNeuralNet |
Base class for all neural networks.
|
| MlpNet |
The implementation of a multilayer perceptron.
|
| MlpNet.Builder |
A builder for a multilayer perceptron.
|
| NeuralNetFactory |
The factory for all default types of neural networks.
|
Copyright © 2012. All Rights Reserved.