See: Description
| Class | Description |
|---|---|
| KNN |
This class can be used to create and run a k-nearest neighbour algorithm
from a configuration specification.
|
| KnnConfig |
This class stores some config values to allow a knn to be built and run.
|
| SomConfig |
This class stores some config values to allow a SOM neural network to be built
and run.
|
| SomConst |
This class stores some constant values relating specifically to the SOM neural network.
|
| SomNN |
This class can be used to create and run a Self-Organising Map Neural Network
from a configuration specification.
|