![]() |
Rosetta Utilities
2014.16.56682
|
#include <Svm_rosetta.hh>
Public Member Functions | |
| Svm_node_rosetta (platform::Size index, platform::Real value) | |
| ~Svm_node_rosetta () | |
| void | set_index (platform::Size index) |
| void | set_value (platform::Real value) |
| platform::Size | index () |
| platform::Real | value () |
Public Member Functions inherited from utility::pointer::ReferenceCount | |
| void | ctor () |
| virtual | ~ReferenceCount () |
| Destructor. More... | |
| Size | ref_count () const |
| Reference count. More... | |
Private Attributes | |
| platform::Size | index_ |
| platform::Real | value_ |
Additional Inherited Members | |
Public Types inherited from utility::pointer::ReferenceCount | |
| typedef platform::Size | Size |
| typedef platform::Size | size_type |
Protected Member Functions inherited from utility::pointer::ReferenceCount | |
| ReferenceCount () | |
| Default constructor. More... | |
| ReferenceCount (ReferenceCount const &) | |
| Copy constructor. More... | |
| ReferenceCount & | operator= (ReferenceCount const &) |
| Copy assignment. More... | |
| utility::libsvm::Svm_node_rosetta::Svm_node_rosetta | ( | platform::Size | index, |
| platform::Real | value | ||
| ) |
| utility::libsvm::Svm_node_rosetta::~Svm_node_rosetta | ( | ) |
|
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().
1.8.7