Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
c
d
g
m
o
p
r
s
t
x
+
Functions
d
g
m
p
r
s
t
x
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
y
z
+
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
include
learner
foreground
ocm
combinatorial_optimization
TestSetSelection.h
Go to the documentation of this file.
1
18
#pragma once
19
20
#include "
learner/foreground/ocm/combinatorial_optimization/AbstractTopologyEvaluator.h
"
21
#include "
helper/PrintHelper.h
"
22
23
namespace
ProbabilisticSceneRecognition
{
24
28
class
TestSetSelection
{
29
30
public
:
31
36
TestSetSelection
(
boost::shared_ptr<AbstractTopologyEvaluator>
pEvaluator);
37
41
~TestSetSelection
();
42
50
void
removeUnusableTestSets
(
double
& pMinValidProbability,
double
& pMaxInvalidProbability);
51
56
void
removeMisclassifiedTestSets
(
double
pRecognitionThreshold);
57
62
void
takeXTestSets
(
unsigned
int
pTestSetCount);
63
64
private
:
65
69
boost::shared_ptr<AbstractTopologyEvaluator>
mEvaluator
;
70
74
PrintHelper
mPrintHelper
;
75
76
77
};
78
79
}
ProbabilisticSceneRecognition::TestSetSelection::mEvaluator
boost::shared_ptr< AbstractTopologyEvaluator > mEvaluator
Definition:
TestSetSelection.h:69
ProbabilisticSceneRecognition::TestSetSelection::mPrintHelper
PrintHelper mPrintHelper
Definition:
TestSetSelection.h:74
ProbabilisticSceneRecognition::TestSetSelection::takeXTestSets
void takeXTestSets(unsigned int pTestSetCount)
Definition:
TestSetSelection.cpp:145
ProbabilisticSceneRecognition::TestSetSelection::removeUnusableTestSets
void removeUnusableTestSets(double &pMinValidProbability, double &pMaxInvalidProbability)
Definition:
TestSetSelection.cpp:29
boost::shared_ptr
ProbabilisticSceneRecognition::TestSetSelection::removeMisclassifiedTestSets
void removeMisclassifiedTestSets(double pRecognitionThreshold)
Definition:
TestSetSelection.cpp:121
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
AbstractTopologyEvaluator.h
ProbabilisticSceneRecognition::PrintHelper
Definition:
PrintHelper.h:27
ProbabilisticSceneRecognition::TestSetSelection::~TestSetSelection
~TestSetSelection()
Definition:
TestSetSelection.cpp:26
ProbabilisticSceneRecognition::TestSetSelection
Definition:
TestSetSelection.h:28
PrintHelper.h
ProbabilisticSceneRecognition::TestSetSelection::TestSetSelection
TestSetSelection(boost::shared_ptr< AbstractTopologyEvaluator > pEvaluator)
Definition:
TestSetSelection.cpp:22
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:52:14