#include <ClassDataPoint.h>
Public Types | |
| typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _point_type |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _target_class_type |
| typedef boost::shared_ptr < ::ml_classifiers::ClassDataPoint_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::ml_classifiers::ClassDataPoint_ < ContainerAllocator > > | Ptr |
| typedef ClassDataPoint_ < ContainerAllocator > | Type |
Public Member Functions | |
| ClassDataPoint_ () | |
| ClassDataPoint_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| std::vector< double, typename ContainerAllocator::template rebind< double >::other > | point |
| std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | target_class |
Definition at line 21 of file ClassDataPoint.h.
| typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > ml_classifiers::ClassDataPoint_< ContainerAllocator >::_point_type |
Definition at line 39 of file ClassDataPoint.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > ml_classifiers::ClassDataPoint_< ContainerAllocator >::_target_class_type |
Definition at line 36 of file ClassDataPoint.h.
| typedef boost::shared_ptr< ::ml_classifiers::ClassDataPoint_<ContainerAllocator> const> ml_classifiers::ClassDataPoint_< ContainerAllocator >::ConstPtr |
Definition at line 44 of file ClassDataPoint.h.
| typedef boost::shared_ptr< ::ml_classifiers::ClassDataPoint_<ContainerAllocator> > ml_classifiers::ClassDataPoint_< ContainerAllocator >::Ptr |
Definition at line 43 of file ClassDataPoint.h.
| typedef ClassDataPoint_<ContainerAllocator> ml_classifiers::ClassDataPoint_< ContainerAllocator >::Type |
Definition at line 22 of file ClassDataPoint.h.
| ml_classifiers::ClassDataPoint_< ContainerAllocator >::ClassDataPoint_ | ( | ) | [inline] |
Definition at line 24 of file ClassDataPoint.h.
| ml_classifiers::ClassDataPoint_< ContainerAllocator >::ClassDataPoint_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file ClassDataPoint.h.
| boost::shared_ptr<std::map<std::string, std::string> > ml_classifiers::ClassDataPoint_< ContainerAllocator >::__connection_header |
Definition at line 45 of file ClassDataPoint.h.
| std::vector<double, typename ContainerAllocator::template rebind<double>::other > ml_classifiers::ClassDataPoint_< ContainerAllocator >::point |
Definition at line 40 of file ClassDataPoint.h.
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > ml_classifiers::ClassDataPoint_< ContainerAllocator >::target_class |
Definition at line 37 of file ClassDataPoint.h.