OpenNN  2.2
Open Neural Networks Library
Public Member Functions | Public Attributes | List of all members
OpenNN::MissingValues::Item Struct Reference

#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
 

Detailed Description

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.

Member Function Documentation

bool OpenNN::MissingValues::Item::operator== ( const Item other_item) const
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.


The documentation for this struct was generated from the following file: