2
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected almost 2 years ago.
Jan 28, 2023 — Jan 28, 2024
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. More... almost 18 years ago
Make it aware of the Similarity package. More... almost 18 years ago
Document a bit better the RandomPreprocessing plug-in and fix some typos. More... almost 18 years ago
Commit quick and dirty implementation of the individual identification timings. More... almost 18 years ago
Cosmetic: fix some alignment and make some comments more precise. More... almost 18 years ago
Nappy new year 2008! :-) More... almost 18 years ago
Nappy new year 2008! :-) More... almost 18 years ago
Nappy new year 2008! :-) More... almost 18 years ago
Cosmetically clean up a bit more of the code. Apply more consistently the coding conventions. Correct more spelling mistakes. More... almost 18 years ago
Primarily correct spelling mistakes comments. Massage/clean up some other comment-related material. Apply some other formatting fixes. More... almost 18 years ago
Bring sample data stats up-to-date. 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. More... almost 18 years ago
Primarily, spellcheck some comments in the NLP tree. 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. More... almost 18 years ago
Add Filter class to the build. 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. 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. 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. More... almost 18 years ago
Fix some typos in comments. Add comments to the extractParameters() method. 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. 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. More... almost 18 years ago
Match up the testing preprep options to the training ones. 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). 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). More... almost 18 years ago
Fix a few cosmetic issues, one warning, and spelling mistakes. 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. More... almost 18 years ago
Fix the Ohloh badge. 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). 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. 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. More... about 18 years ago