Kaldi
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace 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
_
b
c
d
g
i
j
k
l
m
n
p
r
w
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
+
Enumerator
b
c
d
f
k
t
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
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
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
v
w
Enumerations
+
Enumerator
b
g
k
o
+
Related Functions
a
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
v
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Functions
a
c
d
g
i
m
o
r
s
t
u
Variables
Typedefs
+
Macros
b
c
d
e
f
k
m
n
p
w
Public Member Functions
|
List of all members
MinimumBayesRisk::GammaCompare Struct Reference
Public Member Functions
bool
operator()
(const std::pair<
int32
,
BaseFloat
> &a, const std::pair<
int32
,
BaseFloat
> &b) const
Detailed Description
Definition at line
255
of file
sausages.h
.
Member Function Documentation
◆
operator()()
bool
operator()
(
const std::pair<
int32
,
BaseFloat
> &
a
,
const std::pair<
int32
,
BaseFloat
> &
b
)
const
inline
Definition at line
259
of file
sausages.h
.
260
{
261
if
(a.second > b.second)
return
true
;
262
else
if
(a.second < b.second)
return
false
;
263
else
return
a.first > b.first;
264
}
The documentation for this struct was generated from the following file:
lat/
sausages.h
kaldi
MinimumBayesRisk
GammaCompare
Generated by
1.8.13