| Package | Description |
|---|---|
| org.licas.ai_solver.central |
Centralised solutions, where services send their data to a single problem solver, which sorts it and can return a result.
|
| org.licas.ai_solver.mediator.problem |
Problem specifications deal more with defining the problem itself and managing solution
execution sequences.
|
| org.licas.ai_solver.spec |
Problem-solver specifications and descriptions that define how and what tests are run,
and also start the problem-solving process.
|
| Class and Description |
|---|
| 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.
|
| Class and 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.
|
| SomNN
This class can be used to create and run a Self-Organising Map Neural Network
from a configuration specification.
|
| Class and Description |
|---|
| 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.
|