#include <RBFWeights.hpp>
Public Member Functions | |
RBFWeights (unsigned int size) | |
~RBFWeights () | |
double | GetWeight (unsigned int i) |
void | SetWeight (unsigned int i, double w) |
void | SetSignal (double i) |
double | GetWeightedSignal (unsigned int i) |
void | UpdateWeights (Vector &etaDiff) |
Private Attributes | |
unsigned int | m_size |
double * | m_weights |
double | m_signal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|