#include <Beobot/GSnavResult.H>
Public Member Functions | |
void | combine (std::string inSavePrefix) |
void | read (std::string inSavePrefix, uint inNsegment) |
void | createSummaryResult () |
void | getSearchResult (std::vector< uint > index) |
Public Attributes | |
std::vector< double > | segError |
std::vector< uint > | segCount |
std::vector< uint > | eSegCount |
std::vector< uint > | nSegObject |
std::vector< uint > | nSegObjectSearch |
std::vector< uint > | nSegObjectFound |
std::vector< uint > | nSegObjectFoundSearch |
std::vector< uint > | nSegObjectNotFound |
std::vector< uint > | nSegObjectNotFoundSearch |
std::vector< double > | error |
double | stdevError |
std::vector< uint > | nObject |
double | stdevNObject |
std::vector< uint > | nObjectSearch |
std::vector< uint > | nObjectFound |
double | stdevNObjectFound |
std::vector< uint > | nObjectFoundSearch |
std::vector< uint > | nObjectNotFound |
double | stdevNObjectNotFound |
std::vector< uint > | nObjectNotFoundSearch |
uint | nsegment |
std::string | savePrefix |
double | terror |
uint | tcount |
uint | tfobj |
uint | tfsearch |
uint | tnfobj |
uint | tnfsearch |
uint | tobj |
uint | tsearch |
uint | itsSearchCount |
This class is to read the GSnav result file
Definition at line 46 of file GSnavResult.H.