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
over 1 year
ago. based on code collected
almost 2 years
ago.
Jan 28, 2023 — Jan 28, 2024
Showing page 5 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Enhance error reporting in WAVLoader. Fix a number of small typos and errors in comments.
mokhov
More...
almost 18 years ago
Make it aware of the Similarity package.
mokhov
More...
almost 18 years ago
Document a bit better the RandomPreprocessing plug-in and fix some typos.
mokhov
More...
almost 18 years ago
Commit quick and dirty implementation of the individual identification timings.
mokhov
More...
almost 18 years ago
Cosmetic: fix some alignment and make some comments more precise.
mokhov
More...
almost 18 years ago
Nappy new year 2008! :-)
mokhov
More...
almost 18 years ago
Nappy new year 2008! :-)
mokhov
More...
almost 18 years ago
Nappy new year 2008! :-)
mokhov
More...
almost 18 years ago
Cosmetically clean up a bit more of the code. Apply more consistently the coding conventions. Correct more spelling mistakes.
mokhov
More...
almost 18 years ago
Primarily correct spelling mistakes comments. Massage/clean up some other comment-related material. Apply some other formatting fixes.
mokhov
More...
almost 18 years ago
Bring sample data stats up-to-date.
mokhov
More...
almost 18 years ago
Perform mostly a spellecheck. A nasty spelling mistake in "occurrence"-derived words affected some of the API, that got subsequently re-named. This is not a backward-compatible change. I hope nobody relined on the get/setOccurrence() API too much outside of the scope here.
mokhov
More...
almost 18 years ago
Primarily, spellcheck some comments in the NLP tree.
mokhov
More...
almost 18 years ago
With Eclipse Europa review primarily spelling in comments. Massage a few other places WRT comments and coding convention. There is a lot more work to do in this area, but this can be done as a gap filler.
mokhov
More...
almost 18 years ago
Add Filter class to the build.
mokhov
More...
almost 18 years ago
Refactor most of the common between FFTFilter and CFEFilter classes into a general parent Filter class. In part this includes the common preprocess() method that injects the filter() call between the normalize() and removeNoise() and removeSilence() with more comments documenting the reasons why. The filter class now extends the Preprocessing and implements IFilter instead. Fix a few comments along the way. This is an enhancement of the Filter framework and its implementation in MARF.
mokhov
More...
almost 18 years ago
For symmetry with CFE and completeness, implement FFT-based band-stop filter, which is essentiall an inverse of the band-pass filter. Fix a number of typos in comments.
mokhov
More...
almost 18 years ago
For symmetry with CFE and completeness, implement FFT-based band-stop filter, which is essentiall an inverse of the band-pass filter. Fix a number of typos in comments.
mokhov
More...
almost 18 years ago
Fix some typos in comments. Add comments to the extractParameters() method.
mokhov
More...
almost 18 years ago
Prevent indirect infinite recursion into removeNoise() that was causing a StackOverflowException. The reason was that the LowPassFilter spawned in the Preprocessing.removeNoise() was consulting the same configuration settings as the parent and when bRemoveNoise was set to true, it spawned filter called removeNoise() again and again. Remedy this by moving out option setting from preprocess() to a separate method that is initialized only once upon construction.
mokhov
More...
almost 18 years ago
Remove stub implementations of removeNoise() from the concrete FFT filters as they overide the newly implemented default noise removal. Clean up/correct comments in Dummy and Raw preprocessing modules to be more actual and correct as they seem to have fallen behind.
mokhov
More...
almost 18 years ago
Match up the testing preprep options to the training ones.
mokhov
More...
almost 18 years ago
Implement basic noise removal (Preprocessing.removeNoise()) as invocation of the FFT-based LowPassFilter. Override this for CFE filters that take CFE LowPassFilters instead. This looks better thab just throwing a NotImplementedException. In the future, we should allow extensible noise removers, one of which would simply be an FFT-based frequence subtraction of a noise sample from the audio sample. While at it, correct a few typos and incorrect comments (spotted by Eclipse Europa's built-in spellchecker).
mokhov
More...
almost 18 years ago
Implement basic noise removal (Preprocessing.removeNoise()) as invocation of the FFT-based LowPassFilter. Override this for CFE filters that take CFE LowPassFilters instead. This looks better thab just throwing a NotImplementedException. In the future, we should allow extensible noise removers, one of which would simply be an FFT-based frequence subtraction of a noise sample from the audio sample. While at it, correct a few typos and incorrect comments (spotted by Eclipse Europa's built-in spellchecker).
mokhov
More...
almost 18 years ago
Fix a few cosmetic issues, one warning, and spelling mistakes.
mokhov
More...
almost 18 years ago
Correct border issue around the ohloh badge, and comment out the iframe as it became a lot less usable and provide simply the stats link directly.
mokhov
More...
almost 18 years ago
Fix the Ohloh badge.
mokhov
More...
almost 18 years ago
Add javadoc commets for one set of create*() series and the constructor. These are to be used later as template comments for the remaining create*() methods (existing or future).
mokhov
More...
about 18 years ago
Make FrequencyComparator much more general just by replacing the references from WordStats objects to StatisticalObject ones. This is possible because the comparator only dependent on the getFrequency() method, which is well defined in StatisticalObject. This will allow any sublcass of StatisticalObject to be used in the comparison when sorting for example. Adjust comments accordingly.
mokhov
More...
about 18 years ago
Fix a typo in the comment (-2 vs. -1) and @since. Align a bit more with the codeding convention. This brief comparators review in MARF is an example while preparing ones for the GIPSY Type System and the corresponding paper.
mokhov
More...
about 18 years ago
←
1
2
3
4
5
6
7
8
9
…
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