Global user definitions

Display colors

Colors representing two classes

class1Color = Red ; class2Color = Blue ; centroidColor = Magenta ;

Default point style definitions

style1 = {class1Color, PointSize[.02]} ; style2 = {class2Color, PointSize[.02]} ; centroidStyle = {centroidColor, PointSize[.02]} ;

Default plot range

pr = {{-1, 1}, {-1, 1}} ;


Created by Mathematica  (October 9, 2003)