Used for returning entropy related information.
Definition at line 448 of file maps/COccupancyGridMap2D.h.
#include <mrpt/maps/COccupancyGridMap2D.h>
Public Member Functions | |
TEntropyInfo () | |
Public Attributes | |
double | H |
The target variable for absolute entropy, computed as: | |
double | I |
The target variable for absolute "information", defining I(x) = 1 - H(x) More... | |
double | mean_H |
The target variable for mean entropy, defined as entropy per cell: mean_H(map) = H(map) / (cells) More... | |
double | mean_I |
The target variable for mean information, defined as information per cell: mean_I(map) = I(map) / (cells) More... | |
double | effectiveMappedArea |
The target variable for the area of cells with information, i.e. More... | |
unsigned long | effectiveMappedCells |
The mapped area in cells. More... | |
|
inline |
Definition at line 450 of file maps/COccupancyGridMap2D.h.
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::effectiveMappedArea |
The target variable for the area of cells with information, i.e.
p(x)!=0.5
Definition at line 472 of file maps/COccupancyGridMap2D.h.
unsigned long mrpt::maps::COccupancyGridMap2D::TEntropyInfo::effectiveMappedCells |
The mapped area in cells.
Definition at line 476 of file maps/COccupancyGridMap2D.h.
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::H |
The target variable for absolute entropy, computed as:
Definition at line 456 of file maps/COccupancyGridMap2D.h.
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::I |
The target variable for absolute "information", defining I(x) = 1 - H(x)
Definition at line 460 of file maps/COccupancyGridMap2D.h.
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::mean_H |
The target variable for mean entropy, defined as entropy per cell: mean_H(map) = H(map) / (cells)
Definition at line 464 of file maps/COccupancyGridMap2D.h.
double mrpt::maps::COccupancyGridMap2D::TEntropyInfo::mean_I |
The target variable for mean information, defined as information per cell: mean_I(map) = I(map) / (cells)
Definition at line 468 of file maps/COccupancyGridMap2D.h.
Page generated by Doxygen 1.8.12 for MRPT 1.3.2 SVN: at Thu Nov 10 13:46:27 UTC 2016 |