Pattern Classification
Pattern Classification
net/publication/228058014
Pattern Classification
CITATIONS READS
15,992 85,302
3 authors, including:
David G.Stork
Rambus
252 PUBLICATIONS 24,602 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by David G.Stork on 05 April 2016.
Therefore:
whenever we observe a particular x, the probability of
error is :
P(error | x) = P(ω1 | x) if we decide ω2
P(error | x) = P(ω2 | x) if we decide ω1
Pattern Classification, Chapter 2 (Part 1)
5
Therefore:
P(error | x) = min [P(ω1 | x), P(ω2 | x)]
(Bayes decision)
Conditional risk
j =c
R( α i | x ) = ∑ λ ( α i | ω j ) P ( ω j | x )
j =1
for i = 1,…,a
Pattern Classification, Chapter 2 (Part 1)
8
• Two-category classification
α1 : deciding ω1
α2 : deciding ω2
λij = λ(αi | ωj)
loss incurred for deciding ωi when the true state of nature is ωj
Conditional risk:
Likelihood ratio:
P ( x | ω 1 ) λ12 − λ 22 P ( ω 2 )
if > .
P ( x | ω 2 ) λ 21 − λ11 P ( ω 1 )
Minimum-Error-Rate Classification
0 i = j
λ ( α i ,ω j ) = i , j = 1 ,..., c
1 i ≠ j
Therefore, the conditional risk is:
j =c
R( α i | x ) = ∑ λ ( α i | ω j ) P ( ω j | x )
j =1
= ∑ P( ω j | x ) = 1 − P( ω i | x )
j ≠1
λ12 − λ 22 P ( ω 2 ) P( x | ω1 )
Let . = θ λ then decide ω 1 if : > θλ
λ 21 − λ11 P ( ω 1 ) P( x | ω 2 )
Density
gi(x) = gj(x)
1
if P ( ω i ) = P ( ω j ) then x0 = ( µ i + µ j )
2
1
x0 = ( µ i + µ j ) −
[ ]
ln P ( ω i ) / P ( ω j )
.( µ i − µ j )
t −1
2 ( µi − µ j ) Σ ( µi − µ j )
g i ( x ) = x tWi x + w it x = w i 0
where :
1 −1
Wi = − Σ i
2
w i = Σ i− 1 µ i
1 t −1 1
w i 0 = − µ i Σ i µ i − ln Σ i + ln P ( ω i )
2 2
(Hyperquadrics which are: hyperplanes, pairs of hyperplanes,
hyperspheres, hyperellipsoids, hyperparaboloids,
hyperhyperboloids)
where :
pi ( 1 − q i )
w i = ln i = 1 ,..., d
q i ( 1 − pi )
and :
d
1 − pi P( ω1 )
w0 = ∑ ln + ln
i =1 1 − qi P( ω 2 )
decide ω 1 if g(x) > 0 and ω 2 if g(x) ≤ 0
Pattern Classification, Chapter 2 (Part 1)