|
OpenNN
2.2
Open Neural Networks Library
|
#include <missing_values.h>
Public Member Functions | |
| Item (void) | |
| Item (const size_t &new_instance_index, const size_t &new_variable_index) | |
| virtual | ~Item (void) |
| bool | operator== (const Item &other_item) const |
Public Attributes | |
| size_t | instance_index |
| size_t | variable_index |
This structure contains the information of a single missing value, which is defined by its instance and variable indices.
Definition at line 95 of file missing_values.h.
|
inline |
Returns true if this item is equal to another item. other_item Other item to be compared with.
Definition at line 123 of file missing_values.h.
1.8.9.1