1 #ifndef _theplu_yat_classifier_sv_index_
2 #define _theplu_yat_classifier_sv_index_
36 namespace classifier {
78 size_t size(
void)
const;
103 size_t index_second_;
105 std::vector<size_t> vec_;
107 size_t value_second_;
void update_second(const size_t i)
set index_second to i
size_t index_second(void) const
size_t operator()(size_t i) const
void update_first(const size_t i)
set index_first to i
size_t index_first(void) const
size_t value_first(void) const
size_t value_second(void) const
SVindex()
Default Contructor.
void sv_first(void)
making first to a sv. If already sv, nothing happens.
This is the yat interface to GSL vector.
Definition: Vector.h:57
void init(const utility::Vector &alpha, const double)
synch the object against alpha
void nsv_second(void)
making second to an nsv. If already sv, nothing happens.
size_t nof_sv(void) const
void sv_second(void)
making second to a sv. If already sv, nothing happens.
void nsv_first(void)
making first to an nsv. If already sv, nothing happens.