2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected over 1 year ago.
Jan 28, 2023 — Jan 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump the year to 2007. Happy New Year 2007 MARF! :-) More... over 18 years ago
Bump the year to 2007. Happy New Year 2007 MARF! :-) More... over 18 years ago
Bump the year to 2007. Happy New Year 2007 MARF! :-) More... over 18 years ago
Fix a bug in Sample.setSampleSize() reported by Marinela where the if() condition would always evaluate to false when checking whether the resulting sample is shorter or longer than the original. The reason is because we were using the length of the member sample array after it was already changed instead of that of the copy. Document the code around that area a bit more. Fix another bug in custom Sample serialization where the order of writing and int and the array data was reversed :-( Adjust the unit tests to check for setSampleSize()'s correctness at its minimum at least. More... over 18 years ago
Make the purpose of the return value of setChunkSize() more clear, per question from Marinela. More... over 18 years ago
Add other unimplemented modules into options for future implementation. More... over 18 years ago
Add option processing (-f0) for F0 for the upcoming work on the module. Perhaps I just need to add all the available options anyways, even if they are not implemented yet... More... over 18 years ago
Add my wav samples. More... over 18 years ago
Commit long-forgotten cosmetic change. More... over 18 years ago
Commit long-forgotten pre-sets for FeatureSet completion. These are minor things, and the actual implementation will be carried out probably in another checkout along with a few other things. More... over 18 years ago
Correct some erroneous info in README about make-test (was a non-existent target in Makefile) and make it an alias for 'run'. Correct some English in the README as well along the way. More... over 18 years ago
Add a Ohloh stats badge. More... over 18 years ago
Make comments more up-to-date. More... over 18 years ago
Bump the snapshot version and link to snapshot-0.3.0-devel-20061015. More... over 18 years ago
Fix the bug #1556320 of FeatureExtractionAggregator dealing with NullPointerException's generated by the aggreated modules. Since the introduction of the new API of extractFeatures(double[]), handling of its parameter was not done properly when either querying a Preprocessing module or acting directly on the parameter was reversed, and, also a null in one case. Make it correct and for the parameter wrap it into Raw, so the handling is always consistent with a non-null Preprocessing. In the process of debugging this, enhance error reporting. More... over 18 years ago
Fix spelling of toProperties(), per report from Ravikant Rao. Document related methods a bit as well as the class. More... over 18 years ago
In response to the bug# 1568848, re-introduce explicit dump() and restore() with proper redirection of the DUMP modes back to the original as Classification alters them for the training set. Additionally, prevent null oIDs to be present when is read from the file. This fixes the bug and makes RandomClassification correct again. More... over 18 years ago
Comment out too-memory-intensive debug outputs that are simply not healthy for large samples and slowdown things conciderable for the booster. Can even still sometimes run out of memory even with StringBuffer. More... over 18 years ago
Primarily, add refs to NLP apps from the NLP chapter for now. The rest must be cosmetic. More... over 18 years ago
This belated commit concludes the changes for the demo and submission of the COMP6231 Distributed Systems Design course material and Distributed MARF in a local repo. The next stages will be incorporation of the material into the MARF's SF.net repo for further research development after the local repo is fully ready. More... over 18 years ago
This belated commit concludes the changes for the demo and submission of the COMP6231 Distributed Systems Design course material and Distributed MARF in a local repo. The next stages will be incorporation of the material into the MARF's SF.net repo for further research development after the local repo is fully ready. More... over 18 years ago
Update current snapshot release link to snapshot-0.3.0-devel-20060910. More... over 18 years ago
Add Configuration and ByteArrayFileReader to the Makefiles. More... over 18 years ago
Just update comments to be a bit more precise. More... over 18 years ago
Add a reader that allows pre-loading a file into a set of byte array buffers, e.g. for later transmission. Originated from ByteArrayFileLoader of Distributed MARF, and was renamed to ByteArrayFileReader. This completes the Feature Request # 1539612. More... over 18 years ago
Implement Serializable MARF Configuration object placeholder. This basic implementation completes the Feature Request #1539611 and is already present the PoC-demo version of the Distributed MARF. All the config parameters can be encpasulated inside this object and passed around over the network or serialized on the file system. May aid recovery or replication of the same configuration. More... over 18 years ago
Remove redundant imports. More... over 18 years ago
Fix a bug #1543529 of Arrays.arrayToDelimitedString() family of methods not coping with non-null zero-length arrays. More... over 18 years ago
Update a comment. More... over 18 years ago
Add a basic JUnit test suite for the Sample class. Specifically, its serializability. More... over 18 years ago