Difference between revisions of "TDSM 11.7"

From The Data Science Design Manual Wikia
Jump to: navigation, search
(Created page with "1. find the max of negative labels: say Neg_max 2. Find the min of positive labels: say Pos_min max separating line: y=(|Pos_min - Neg_max|)/2")
 
 
Line 1: Line 1:
 
1. find the max of negative labels: say Neg_max
 
1. find the max of negative labels: say Neg_max
 +
 
2. Find the min of positive labels: say Pos_min
 
2. Find the min of positive labels: say Pos_min
  
 
max separating line: y=(|Pos_min - Neg_max|)/2
 
max separating line: y=(|Pos_min - Neg_max|)/2

Latest revision as of 07:20, 12 December 2017

1. find the max of negative labels: say Neg_max

2. Find the min of positive labels: say Pos_min

max separating line: y=(|Pos_min - Neg_max|)/2