|
| CostFactoryANN (const std::vector< unsigned int > &nneuron, float connection, const std::vector< float > weights, float learning, unsigned int maxit, unsigned short cv, bool verbose) |
|
double | getCost (const std::vector< Vector2d< float > > &trainingFeatures) |
|
| CostFactory (unsigned short cv, short verbose) |
|
void | setCv (unsigned short cv) |
|
void | setClassValueMap (const std::string &classname, short classvalue) |
|
std::map< std::string, short > | getClassValueMap () |
|
std::vector< std::string > | getNameVector () |
|
void | setNameVector (std::vector< std::string > &nameVector) |
|
int | getClassIndex (std::string classname) const |
|
void | pushBackClassName (std::string classname) |
|
void | pushBackName (std::string classname) |
|
void | setNcTraining (const std::vector< unsigned int > nctraining) |
|
void | setNcTest (const std::vector< unsigned int > nctest) |
|
|
confusionmatrix::ConfusionMatrix | m_cm |
|
std::map< std::string, short > | m_classValueMap |
|
std::vector< std::string > | m_nameVector |
|
std::vector< unsigned int > | m_nctraining |
|
std::vector< unsigned int > | m_nctest |
|
unsigned short | m_cv |
|
short | m_classvalue |
|
short | m_verbose |
|
Definition at line 29 of file pkfsann.h.
The documentation for this class was generated from the following files:
- /home/kempepi/PKTOOLS-2.6.7.6/src/apps/pkfsann.h
- /home/kempepi/PKTOOLS-2.6.7.6/src/apps/pkfsann.cc