[jaa@tagimaucia Perceptron]$ createData.pl 1000 4 10000 > data.txt

Coefficients: 0.2 0.4 0.6 0.8
Number of points filtered: 47

[jaa@tagimaucia Perceptron]$ perceptron.pl data.txt
Iteration 1, total mistakes 136
Iteration 2, total mistakes 204
Iteration 3, total mistakes 254
Iteration 4, total mistakes 276
Iteration 5, total mistakes 297
Iteration 6, total mistakes 331
Iteration 7, total mistakes 356
Iteration 8, total mistakes 356

Classifier weights: 2.52873258790088 5.70717051392372 8.52231457167863 11.3256072322493 -14 

Normalized with threshold: 0.180623756278634 0.407655036708837 0.608736755119902 0.808971945160663 1
