|
Rosetta
|
#include <Svm_rosetta.hh>

Public Member Functions | |
| Svm_node_rosetta (platform::Size index, platform::Real value) | |
| ~Svm_node_rosetta () override | |
| void | set_index (platform::Size index) |
| void | set_value (platform::Real value) |
| platform::Size | index () |
| platform::Real | value () |
Public Member Functions inherited from utility::VirtualBase | |
| VirtualBase ()=default | |
| Default constructor. More... | |
| virtual | ~VirtualBase ()=default |
| The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
| VirtualBase (VirtualBase const &)=default | |
| VirtualBase (VirtualBase &&)=default | |
| VirtualBase & | operator= (VirtualBase const &)=default |
| VirtualBase & | operator= (VirtualBase &&)=default |
Private Attributes | |
| platform::Size | index_ |
| platform::Real | value_ |
| utility::libsvm::Svm_node_rosetta::Svm_node_rosetta | ( | platform::Size | index, |
| platform::Real | value | ||
| ) |
|
overridedefault |
|
inline |
References index_.
Referenced by set_index(), and Svm_node_rosetta().
|
inline |
|
inline |
|
inline |
References value_.
Referenced by set_value(), and Svm_node_rosetta().
|
private |
Referenced by index(), set_index(), and Svm_node_rosetta().
|
private |
Referenced by set_value(), Svm_node_rosetta(), and value().