Clique descriptor with description for learning.
More...
#include <si/descr/adapDescr.h>
|
| virtual | ~AdapDescr () |
| |
| virtual void | addGeneratedVector (const LearnConstParam *lp) |
| | Convert (clique, outp, classid) to GeneratedVector and insert it in a list.
|
| |
| virtual const std::list< GeneratedVector * > & | getGeneratedVectors (void) const |
| |
| virtual void | updateSiDBLearnable (void) |
| | read _generated_vectors and update _learnable, generated vectors are finally deleted
|
| |
| virtual SiDBLearnable & | getSiDBLearnable () |
| |
| virtual bool | makeLearnVector (const Clique *cl, std::vector< double > &vec, carto::GenericObject *model=0, double outp=0) |
| | Build input vector for lerning (allow noising it with random)
|
| |
| virtual bool | makeStatsVector (const Clique *cl, std::vector< double > &vec, carto::GenericObject *model=0, double outp=0) |
| |
| virtual void | handleStats (const Clique *cl, std::vector< double > &vec, carto::GenericObject *model=0, double outp=0) |
| | Handle stats learning stats.
|
| |
| virtual void | reset () |
| | Reset (set to zero) all internal stats.
|
| |
| virtual void | clearDB () |
| |
| virtual | ~CliqueDescr () |
| |
| virtual CliqueDescr * | clone () const =0 |
| |
| virtual bool | makeVector (const Clique *cl, std::vector< double > &vec, carto::GenericObject *model=0) |
| | Fabrique le vecteur d'entrées.
|
| |
| virtual void | preProcess (std::vector< double > &vec, carto::GenericObject *model=0) |
| | Effectue des pré-processings (si nécessaire).
|
| |
| virtual bool | hasChanged (const Clique *cl, const std::map< Vertex *, std::string > &changes, const carto::GenericObject *model=0) const |
| | Dit si le potentiel d'une clique, après une transformation de labels de noeuds, a pu changer, ou si les changements n'ont pas d'influence sur le potentiel.
|
| |
| virtual void | buildTree (Tree &) |
| |
| virtual std::vector< std::string > | descriptorsNames () const |
| |
| virtual std::string | name () const |
| |
Clique descriptor with description for learning.
Definition at line 36 of file adapDescr.h.
◆ ~AdapDescr()
| virtual sigraph::AdapDescr::~AdapDescr |
( |
| ) |
|
|
virtual |
◆ AdapDescr()
| sigraph::AdapDescr::AdapDescr |
( |
| ) |
|
|
protected |
◆ addGeneratedVector()
| virtual void sigraph::AdapDescr::addGeneratedVector |
( |
const LearnConstParam * | lp | ) |
|
|
virtual |
Convert (clique, outp, classid) to GeneratedVector and insert it in a list.
◆ clearDB()
| virtual void sigraph::AdapDescr::clearDB |
( |
| ) |
|
|
virtual |
◆ getGeneratedVectors()
| virtual const std::list< GeneratedVector * > & sigraph::AdapDescr::getGeneratedVectors |
( |
void | | ) |
const |
|
inlinevirtual |
◆ getSiDBLearnable()
◆ handleStats()
| void sigraph::AdapDescr::handleStats |
( |
const Clique * | cl, |
|
|
std::vector< double > & | vec, |
|
|
carto::GenericObject * | model = 0, |
|
|
double | outp = 0 ) |
|
inlinevirtual |
◆ makeLearnVector()
| bool sigraph::AdapDescr::makeLearnVector |
( |
const Clique * | cl, |
|
|
std::vector< double > & | vec, |
|
|
carto::GenericObject * | model = 0, |
|
|
double | outp = 0 ) |
|
inlinevirtual |
◆ makeStatsVector()
| bool sigraph::AdapDescr::makeStatsVector |
( |
const Clique * | cl, |
|
|
std::vector< double > & | vec, |
|
|
carto::GenericObject * | model = 0, |
|
|
double | outp = 0 ) |
|
inlinevirtual |
◆ reset()
| virtual void sigraph::AdapDescr::reset |
( |
| ) |
|
|
inlinevirtual |
◆ updateSiDBLearnable()
| virtual void sigraph::AdapDescr::updateSiDBLearnable |
( |
void | | ) |
|
|
virtual |
read _generated_vectors and update _learnable, generated vectors are finally deleted
The documentation for this class was generated from the following file: