openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MARF:Modular Audio Recognition Framework
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
over 1 year
ago.
Jan 28, 2023 — Jan 28, 2024
Showing page 8 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bump the year to 2007. Happy New Year 2007 MARF! :-)
mokhov
More...
over 18 years ago
Bump the year to 2007. Happy New Year 2007 MARF! :-)
mokhov
More...
over 18 years ago
Bump the year to 2007. Happy New Year 2007 MARF! :-)
mokhov
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.
mokhov
More...
over 18 years ago
Make the purpose of the return value of setChunkSize() more clear, per question from Marinela.
mokhov
More...
over 18 years ago
Add other unimplemented modules into options for future implementation.
mokhov
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...
mokhov
More...
over 18 years ago
Add my wav samples.
marinela_s_m
More...
over 18 years ago
Commit long-forgotten cosmetic change.
mokhov
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.
mokhov
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.
mokhov
More...
over 18 years ago
Add a Ohloh stats badge.
mokhov
More...
over 18 years ago
Make comments more up-to-date.
mokhov
More...
over 18 years ago
Bump the snapshot version and link to snapshot-0.3.0-devel-20061015.
mokhov
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.
mokhov
More...
over 18 years ago
Fix spelling of toProperties(), per report from Ravikant Rao. Document related methods a bit as well as the class.
mokhov
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.
mokhov
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.
mokhov
More...
over 18 years ago
Primarily, add refs to NLP apps from the NLP chapter for now. The rest must be cosmetic.
mokhov
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.
mokhov
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.
mokhov
More...
over 18 years ago
Update current snapshot release link to snapshot-0.3.0-devel-20060910.
mokhov
More...
over 18 years ago
Add Configuration and ByteArrayFileReader to the Makefiles.
mokhov
More...
over 18 years ago
Just update comments to be a bit more precise.
mokhov
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.
mokhov
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.
mokhov
More...
over 18 years ago
Remove redundant imports.
mokhov
More...
over 18 years ago
Fix a bug #1543529 of Arrays.arrayToDelimitedString() family of methods not coping with non-null zero-length arrays.
mokhov
More...
over 18 years ago
Update a comment.
mokhov
More...
over 18 years ago
Add a basic JUnit test suite for the Sample class. Specifically, its serializability.
mokhov
More...
over 18 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree