| _cliqueDescr | sigraph::AdaptiveLeaf | protected |
| _dimreductor | sigraph::AdaptiveLeaf | protected |
| _eval | sigraph::AdaptiveLeaf | protected |
| _evalMemo | sigraph::AdaptiveLeaf | protected |
| _learnfinished | sigraph::Adaptive | protected |
| _lrnState | sigraph::AdaptiveLeaf | protected |
| _mean | sigraph::AdaptiveLeaf | protected |
| _ndata | sigraph::Adaptive | protected |
| _ndataMemo | sigraph::AdaptiveLeaf | protected |
| _optimizer | sigraph::AdaptiveLeaf | protected |
| _std | sigraph::AdaptiveLeaf | protected |
| _work | sigraph::AdaptiveLeaf | protected |
| _workMemo | sigraph::AdaptiveLeaf | protected |
| Adaptive(Model *parent=0) | sigraph::Adaptive | inlineprotected |
| Adaptive(const Adaptive &ad) | sigraph::Adaptive | inlineprotected |
| AdaptiveLeaf(const CliqueDescr *cd=0, const SubAdaptive *work=0, const SubAdaptive *eval=0) | sigraph::AdaptiveLeaf | |
| AdaptiveLeaf(const AdaptiveLeaf &ad) | sigraph::AdaptiveLeaf | inline |
| buildTree(Tree &tr) const | sigraph::AdaptiveLeaf | virtual |
| centerAndReduce(std::vector< double > &vec) | sigraph::AdaptiveLeaf | virtual |
| checkLearnFinished() | sigraph::AdaptiveLeaf | virtual |
| cliqueDescr() const | sigraph::AdaptiveLeaf | inline |
| cliqueDescr() | sigraph::AdaptiveLeaf | inline |
| clone() const | sigraph::AdaptiveLeaf | inlinevirtual |
| closeFile() | sigraph::AdaptiveLeaf | virtual |
| dimreductor() const | sigraph::AdaptiveLeaf | inline |
| doesOutputChange(const Clique *cl, const std::map< Vertex *, std::string > &changes) const | sigraph::AdaptiveLeaf | virtual |
| errorRate() const | sigraph::AdaptiveLeaf | inlinevirtual |
| eval(const Clique *) | sigraph::AdaptiveLeaf | inlinevirtual |
| evalEl() | sigraph::AdaptiveLeaf | inline |
| evalEl() const | sigraph::AdaptiveLeaf | inline |
| forceLearnFinished() | sigraph::AdaptiveLeaf | virtual |
| generateDataBase(Learner &learner, const std::string &prefix, const std::list< Clique * > *lrnCliques, const std::list< Clique * > *tstCliques, int cycles, int cycles_tst) | sigraph::AdaptiveLeaf | virtual |
| genErrorRate() const | sigraph::AdaptiveLeaf | inlinevirtual |
| getAdapDescr(void) | sigraph::AdaptiveLeaf | |
| getDataBaseName(const std::string &prefix) | sigraph::AdaptiveLeaf | virtual |
| getMean(void) const | sigraph::AdaptiveLeaf | inline |
| getStd(void) const | sigraph::AdaptiveLeaf | inline |
| getVectors(AdapDescr &ad, Learner &learner, const std::list< Clique * > &cliques, int cycle, int &cur_cycle) | sigraph::AdaptiveLeaf | virtual |
| graphObject() | sigraph::Model | inlinevirtual |
| graphObject() const | sigraph::Model | inlinevirtual |
| init() | sigraph::AdaptiveLeaf | virtual |
| isAdaptive() const | sigraph::Adaptive | inlinevirtual |
| learnFinished() const | sigraph::Adaptive | inlinevirtual |
| LEARNING enum value | sigraph::AdaptiveLeaf | |
| learnState() const | sigraph::AdaptiveLeaf | inline |
| memorize() | sigraph::AdaptiveLeaf | virtual |
| Model(Model *parent=0) | sigraph::Model | inlineprotected |
| Model(const Model &m) | sigraph::Model | inlineprotected |
| nbLearnData() const | sigraph::Adaptive | inline |
| nDataMemo() const | sigraph::AdaptiveLeaf | inline |
| openFile(const std::string &basename="") | sigraph::AdaptiveLeaf | virtual |
| operator=(const AdaptiveLeaf &ad) | sigraph::AdaptiveLeaf | inline |
| sigraph::Adaptive::operator=(const Adaptive &ad) | sigraph::Adaptive | inline |
| sigraph::Model::operator=(const Model &m) | sigraph::Model | inline |
| optimizer() const | sigraph::AdaptiveLeaf | inline |
| parent() | sigraph::Model | inlinevirtual |
| printDescription(Clique *cl, bool withnames) | sigraph::AdaptiveLeaf | virtual |
| prop(const Clique *) | sigraph::AdaptiveLeaf | inlinevirtual |
| sigraph::Adaptive::prop(const Clique *cl, const std::map< Vertex *, std::string > &changes) | sigraph::Model | virtual |
| relianceWeight() const | sigraph::AdaptiveLeaf | inlinevirtual |
| resetStats() | sigraph::AdaptiveLeaf | virtual |
| revert() | sigraph::AdaptiveLeaf | virtual |
| setBaseName(const std::string &basename) | sigraph::AdaptiveLeaf | virtual |
| setCliqueDescr(CliqueDescr *cd) | sigraph::AdaptiveLeaf | inline |
| setDimReductor(DimReductor *dimreductor) | sigraph::AdaptiveLeaf | inline |
| setEval(const SubAdaptive &e) | sigraph::AdaptiveLeaf | inline |
| setEvalMemo(const SubAdaptive &e) | sigraph::AdaptiveLeaf | inline |
| setLearnFinished(bool f) | sigraph::Adaptive | inline |
| setLearnState(State s) | sigraph::AdaptiveLeaf | |
| setMean(const std::vector< float > &mean) | sigraph::AdaptiveLeaf | inline |
| setNbLearnData(unsigned n) | sigraph::Adaptive | inline |
| setNDataMemo(unsigned n) | sigraph::AdaptiveLeaf | inline |
| setOptimizer(Optimizer *opt) | sigraph::AdaptiveLeaf | inline |
| setParent(Model *m) | sigraph::Model | inlinevirtual |
| setStd(const std::vector< float > &std) | sigraph::AdaptiveLeaf | inline |
| setWork(const SubAdaptive &w) | sigraph::AdaptiveLeaf | inline |
| setWorkEl(SubAdaptive *work) | sigraph::AdaptiveLeaf | inline |
| setWorkMemo(const SubAdaptive &w) | sigraph::AdaptiveLeaf | inline |
| State enum name | sigraph::AdaptiveLeaf | |
| STOPPABLE enum value | sigraph::AdaptiveLeaf | |
| STOPPED enum value | sigraph::AdaptiveLeaf | |
| subFiles(const std::string &prefix, std::set< std::string > &listNames) const | sigraph::AdaptiveLeaf | virtual |
| topModel() | sigraph::Model | inlinevirtual |
| topModel() const | sigraph::Model | inlinevirtual |
| trainDomain(const std::list< Clique * > &cliques) | sigraph::Adaptive | virtual |
| trainStats(Learner &learner, const std::list< Clique * > &cliques) | sigraph::AdaptiveLeaf | virtual |
| update(sigraph::AdaptiveLeaf &ad) | sigraph::AdaptiveLeaf | |
| sigraph::Adaptive::update(const Clique *cl) | sigraph::Model | inlinevirtual |
| sigraph::Adaptive::update(const Clique *cl, const std::map< Vertex *, std::string > &changes) | sigraph::Model | inlinevirtual |
| workEl() const | sigraph::AdaptiveLeaf | inline |
| workMemoEl() const | sigraph::AdaptiveLeaf | inline |
| ~Adaptive() | sigraph::Adaptive | virtual |
| ~AdaptiveLeaf() | sigraph::AdaptiveLeaf | virtual |
| ~Model() | sigraph::Model | virtual |