Image Component Library (ICL)
|
This is the complete list of members for icl::math::LLM, including all inherited members.
adaptProperty(const std::string &name, const std::string &newType, const std::string &newInfo, const std::string &newToolTip) | icl::utils::Configurable | virtual |
addChildConfigurable(Configurable *configurable, const std::string &childPrefix="") | icl::utils::Configurable | protected |
addProperty(const std::string &name, const std::string &type, const std::string &info, const Any &value=Any(), const int volatileness=0, const std::string &tooltip=std::string()) | icl::utils::Configurable | protected |
apply(const float *x) | icl::math::LLM | |
applyIntern(const float *x, const float *g) | icl::math::LLM | private |
call_callbacks(const std::string &propertyName, const Configurable *caller) const | icl::utils::Configurable | protected |
Callback typedef | icl::utils::Configurable | |
callbacks | icl::utils::Configurable | protected |
Configurable(const std::string &ID="", bool ordered=true) | icl::utils::Configurable | protected |
Configurable(const Configurable &other) | icl::utils::Configurable | |
create_configurable(const std::string &classname) | icl::utils::Configurable | static |
create_default_ID(const std::string &prefix) | icl::utils::Configurable | static |
deactivateProperty(const std::string &pattern) | icl::utils::Configurable | |
deleteDeactivationPattern(const std::string &pattern) | icl::utils::Configurable | |
EMPTY_VEC | icl::utils::Configurable | static |
get(const std::string &id) | icl::utils::Configurable | static |
get_registered_configurables() | icl::utils::Configurable | static |
getConfigurableID() const | icl::utils::Configurable | inline |
getErrorVec(const float *x, const float *y) | icl::math::LLM | |
getErrorVecIntern(const float *y, const float *ynet) | icl::math::LLM | private |
getPropertyInfo(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyList() const | icl::utils::Configurable | virtual |
getPropertyListWithoutDeactivated() const | icl::utils::Configurable | |
getPropertyToolTip(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyType(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
getPropertyValue(const std::string &propertyName) const | icl::utils::Configurable | virtual |
getPropertyVolatileness(const std::string &propertyName) const | icl::utils::Configurable | inlinevirtual |
init(unsigned int numCenters, const std::vector< utils::Range< icl32f > > &ranges, const std::vector< float > &var=std::vector< float >(1, 1)) | icl::math::LLM | |
init(const std::vector< float * > ¢ers, const std::vector< float > &var=std::vector< float >(1, 1)) | icl::math::LLM | |
init_private(unsigned int inputDim, unsigned int outputDim) | icl::math::LLM | private |
isOrderedFlagSet() const | icl::utils::Configurable | inline |
isSoftMaxUsed() const | icl::math::LLM | inline |
LLM(unsigned int inputDim, unsigned int outputDim) | icl::math::LLM | |
LLM(unsigned int inputDim, unsigned int outputDim, unsigned int numCenters, const std::vector< utils::Range< icl32f > > &ranges, const std::vector< float > &var=std::vector< float >(1, 1)) | icl::math::LLM | |
loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) | icl::utils::Configurable | virtual |
m_errorBuf | icl::math::LLM | private |
m_gBuf | icl::math::LLM | private |
m_inputDim | icl::math::LLM | private |
m_kernels | icl::math::LLM | private |
m_outBuf | icl::math::LLM | private |
m_outputDim | icl::math::LLM | private |
numKernels() const | icl::math::LLM | inline |
operator=(const Configurable &other) | icl::utils::Configurable | |
operator[](unsigned int i) const | icl::math::LLM | inline |
operator[](unsigned int i) | icl::math::LLM | inline |
prop(const std::string &propertyName) | icl::utils::Configurable | protected |
prop(const std::string &propertyName) const | icl::utils::Configurable | protected |
register_configurable_type(const std::string &classname, Function< Configurable * > creator) | icl::utils::Configurable | static |
registerCallback(const Callback &cb) | icl::utils::Configurable | inline |
removeChildConfigurable(Configurable *configurable) | icl::utils::Configurable | protected |
removedCallback(const Callback &cb) | icl::utils::Configurable | |
saveProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) const | icl::utils::Configurable | virtual |
setConfigurableID(const std::string &ID) | icl::utils::Configurable | |
setEpsilonA(float val) | icl::math::LLM | inline |
setEpsilonIn(float val) | icl::math::LLM | inline |
setEpsilonOut(float val) | icl::math::LLM | inline |
setEpsilonSigma(float val) | icl::math::LLM | inline |
setPropertyValue(const std::string &propertyName, const Any &value) | icl::utils::Configurable | virtual |
setSoftMaxEnabled(bool enabled) | icl::math::LLM | inline |
showKernels() const | icl::math::LLM | |
supportsProperty(const std::string &propertyName) const | icl::utils::Configurable | virtual |
syncChangesTo(Configurable *others, int num=1) | icl::utils::Configurable | |
train(const float *x, const float *y, int trainflags=TRAIN_ALL) | icl::math::LLM | |
TRAIN_ALL | icl::math::LLM | static |
TRAIN_CENTERS | icl::math::LLM | static |
TRAIN_MATRICES | icl::math::LLM | static |
TRAIN_OUTPUTS | icl::math::LLM | static |
TRAIN_SIGMAS | icl::math::LLM | static |
trainCenters(const float *x) | icl::math::LLM | |
trainCentersIntern(const float *x, const float *g) | icl::math::LLM | private |
trainMatrices(const float *x, const float *y) | icl::math::LLM | |
trainMatricesIntern(const float *x, const float *y, const float *g, const float *dy) | icl::math::LLM | private |
trainOutputs(const float *x, const float *y) | icl::math::LLM | |
trainOutputsIntern(const float *x, const float *y, const float *g, const float *dy, bool useDeltaWin) | icl::math::LLM | private |
trainSigmas(const float *x) | icl::math::LLM | |
trainSigmasIntern(const float *x, const float *g) | icl::math::LLM | private |
updateGs(const float *x) | icl::math::LLM | private |
~Configurable() | icl::utils::Configurable | inlinevirtual |