Updated task file.
Added tests to reader.
Added Decoder Interface and StandardDecoder (ch...
Added reader to read data from file (correct da...
Marked finished task in task file and added dat...
Formatted code and removed useless imports in N...
Added NaiveBayes classification test.
Added tests for Neural gas and KMeans (also fix...
Added:
Decreased number of iterations in MLP backpropa...
Added test for backpropagation training (it wor...
empty CLI application
rename Standart->Standard
KCrossValidation.
Work file update.
Standart validation.
struggling with manual ticket management
rename namespace "tests.mlpTests" -> "tests", t...
mark my kNN task as done
finish opencv SVM implementation
implement kNN from OpenCV
output all non-codebase files to bin directory
rename IClassifier -> Classifier
add XStream & opencv as user libraries
File with tasks.
Added SVM.
second part of openCV (library).
src part of openCV library (something goes wron...
Added predict to neural gas and kMeans.
Added KMeans (everything exept predict).
Added neural gas (without predict method, again...
Finished Kohonen (added predict method).
Added Kohonen classifier (without predict method).
Added train, predict method to MLP.
Changed classifier data input format.
Refactored trybNauki to BackPropagationLearning
Improved indexes shuffling.
Changed XStream library to v. 1.3.