Corrected alteration of default values for learningRate, momentum and
Reduced default learning speed of MultilayerPerceptron by two orders of
Fixed serious bug in which changes to SupportVectorRegression regularisation
Debugged
DEBUGGED: Rsq in weka now correlationCoefficient square
Added calculateB() to SupportVectorRBF.java to provide measure of feature
Put default calculateB() in SupportVectorRegression.java which is
Implemented/debugged inclusion of mean and relative absolute error, and
Debugged calculation of Rsq in weka.java now from correlationCoefficient
Generated javadoc for new algorithms and altered modules - long overdue
Replaced COEFFICIENTS with WEIGHTS or similar in AlgPanel for non-linear
Converted algorithm PLS.java to use standard OptionsDialog GUI and
Added SupportVectorRBF.java as subclass of SupportVectorRegression.
Updated README, CHANGELOG and ADD_ALGORITHM files, added ADD_SVR, and
Corrected loading of algorithms so that labels are shown in human
SupportVectorRegression is an abstract subclass of Weka.
Defined AbstractFormatterFactory so that Format of double.class variable in
Defined SupportVectorDefault as subclass of SupportVectorRegression.
Implemented SupportVectorRegression so that getProperties is called from
Fixed broken link between svr and weka.model . getOption and setOption working for model, kernel and optimizer. Error generating entries from optionsDialog.JSpinner caught.
Added epochs and threshold to MultilayerPerceptron.java and degeneralised tolerance. SVM restricted to default optimizer for now
getLabel() and getter and setter functions for SupportVectorRegression.java added. Do not generalise seed to weka as type varies between methods (int vs double)
Added code to get and set options in SMOreg
Added Weka.java as a superclass of MultilayerPerceptron and
Added SupportVectorRegression.java
Corrected bug where properties from multilayerPerceptron were not updated
Moved assigning default values of Perceptron.java to defaultNewProperties()
Renamed PerceptronOptionsDialog.java to OptionsDialog.java .
Implemented PerceptionOptionsDialog.java which generates optionsDialog
PerceptronOptionsDialog() now generates GUI for...
Begun introduction of DocumentListener to detec...
Completed generation of panel for inputting dou...
Functions added to further generic OptionsDialo...
Work has begun on code to generate option dialo...
Implemented saving and reloading of model in Pe...
Improved PLSoptionsDialog so that property chan...
Perceptron.java now runs multilayerPerceptron (...
Corrected implementation of loadModel() and sav...
Reboot of BioPPsy repository to fix problems wi...
Committer: mlwalker <mlwalker@magnesium.chem.l...
Algorithm class changed to abstract class and M...
8/12/16 Submission so far have just had bloat removed from the code. I shall soon...
Removed some redundant files from bioppsy
Removed duplicate folders resources/smartsEvalu...
Removed duplicate joelib folders linux/, window...
Removed duplicate folder Acme from bioppsy/lib
Removed taglet/, text/, database/ and image/ fo...
Removed duplicate wsi folder from bioppsy/lib/s...
Deleted .class files in bioppsy/lib/tests/ as p...
Initial commit