![]() |
Rosetta Utilities
2014.35
|
#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 () |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Private Attributes | |
platform::Size | index_ |
platform::Real | value_ |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
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().