iCub-main
Public Member Functions | Protected Attributes | List of all members
LocallyWeightedExperts Class Reference

#include <methods.h>

Public Member Functions

virtual size_t size () const
 
virtual Calibratoroperator[] (const size_t i)
 
virtual LocallyWeightedExpertsoperator<< (Calibrator &c)
 
virtual bool retrieve (const yarp::sig::Vector &in, yarp::sig::Vector &out)
 
virtual void clear ()
 
virtual ~LocallyWeightedExperts ()
 

Protected Attributes

std::deque< Calibrator * > models
 

Detailed Description

Definition at line 119 of file methods.h.

Constructor & Destructor Documentation

◆ ~LocallyWeightedExperts()

LocallyWeightedExperts::~LocallyWeightedExperts ( )
virtual

Definition at line 581 of file methods.cpp.

Member Function Documentation

◆ clear()

void LocallyWeightedExperts::clear ( )
virtual

Definition at line 571 of file methods.cpp.

◆ operator<<()

LocallyWeightedExperts & LocallyWeightedExperts::operator<< ( Calibrator c)
virtual

Definition at line 508 of file methods.cpp.

◆ operator[]()

Calibrator * LocallyWeightedExperts::operator[] ( const size_t  i)
virtual

Definition at line 498 of file methods.cpp.

◆ retrieve()

bool LocallyWeightedExperts::retrieve ( const yarp::sig::Vector &  in,
yarp::sig::Vector &  out 
)
virtual

Definition at line 522 of file methods.cpp.

◆ size()

virtual size_t LocallyWeightedExperts::size ( ) const
inlinevirtual

Definition at line 125 of file methods.h.

Member Data Documentation

◆ models

std::deque<Calibrator*> LocallyWeightedExperts::models
protected

Definition at line 122 of file methods.h.


The documentation for this class was generated from the following files: