SiGraph: sulcal graphs |
![]() |
Specialization for sigraph : Y as only one dim. More...
#include <si/learnable/vectorLearnable.h>


Public Member Functions | |
| SiVectorLearnable (const DBLearnable *db, unsigned int ind) | |
| virtual | ~SiVectorLearnable () |
| int | cycle () const |
| double | y () const |
Public Member Functions inherited from sigraph::DBVectorLearnable | |
| DBVectorLearnable (const DBLearnable *db, unsigned int ind) | |
| virtual | ~DBVectorLearnable () |
| virtual std::vector< double > | X () const |
| Converter. | |
| virtual std::vector< double > | Y () const |
| virtual std::string | INF (unsigned int ind) const |
| virtual std::string | INF (std::string &label) const |
| virtual int | sizeX () const |
| inline / accessors | |
| virtual int | sizeY () const |
| virtual int | sizeINF () const |
| virtual double | getX (unsigned int ind) const |
| virtual double | getY (unsigned int ind) const |
| virtual char * | getINF (unsigned int ind) const |
| virtual char * | getINF (std::string &label) const |
Public Member Functions inherited from sigraph::VectorLearnable | |
| virtual | ~VectorLearnable () |
Public Member Functions inherited from sigraph::Learnable | |
| virtual | ~Learnable () |
Additional Inherited Members | |
Protected Member Functions inherited from sigraph::Learnable | |
| Learnable () | |
Protected Attributes inherited from sigraph::DBVectorLearnable | |
| const DBLearnable * | _db |
| db which owned data | |
| unsigned int | _ind |
| indice of vector in database (row indice) | |
Specialization for sigraph : Y as only one dim.
Definition at line 108 of file vectorLearnable.h.
| sigraph::SiVectorLearnable::SiVectorLearnable | ( | const DBLearnable * | db, |
| unsigned int | ind ) |
|
inlinevirtual |
Definition at line 112 of file vectorLearnable.h.
|
inline |
Definition at line 166 of file vectorLearnable.h.
References sigraph::DBVectorLearnable::INF(), and carto::stringTo< unsigned int >().
|
inline |
Definition at line 177 of file vectorLearnable.h.
References sigraph::DBVectorLearnable::getY().