Global user definitions

Colors representing two classes

Data colors

data1Color = Red ; data2Color = Blue ;

style1 = {data1Color, PointSize[.02]} ; style2 = {data2Color, PointSize[.02]} ;

Classification region colors

class1Color = RGBColor[1, 1, .5] ; class2Color = RGBColor[.5, 1, 1] ;

classColors = {class1Color, class2Color} ;

Default plot range

pr = {{0, 1}, {0, 1}} ;

No frame ticks

nF = FrameTicksNone ; FS = Sequence[yS, nF] ;


Created by Mathematica  (September 8, 2003)