See: Description
| Interface | Description |
|---|---|
| RNGErrorModel |
An RNGModel that additionally implements this interface also provides
information on the quantization error at each training epoch.
|
| RNGModel |
This is an interface for the result of a Relational Neural Gas algorithm.
|
| Class | Description |
|---|---|
| ArrayFunctions |
This is a collections of functions on primitive double arrays.
|
| CheckFunctions |
This is a class for consistency checks on input parameters.
|
| RelationalDistances |
This is a helper class for the computation of distances between data points and convex
combinations.
|
| RelationalNeuralGas |
This class implements the batch relational neural gas algorithm, which tries to minimize the
soft quantization error for prototypes to data points and anneals the softness over time until
the algorithm converges to K-means.
|
| RNGModelImpl |
This provides a default implementation of the RNGModel interface.
|
Copyright (C) 2015-2017 Benjamin Paaßen, AG Machine Learning, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the GPL v. 3: https://gitlab.ub.uni-bielefeld.de/bpaassen/relational_neural_gas . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/