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
Make sure MAX_PREPROCESSING_METHOD is properly updated. More... about 14 years ago
It was meant to be our NotImplementedException and not Sun's. Not sure how the latter got in there. More... about 14 years ago
Implement basic/crude discreete wavelet transform support. Most of it comes as a translation of the MATLAB code referenced from: http://eeweb.poly.edu/iselesni/WaveletSoftware and C++ code from: http://code.google.com/p/upfirdn/source/browse/upfirdn/Resampler.h A lot more clean up is needed and testing. This is inly a 1D version. 2D and 3D are next when 1D is stable. In part prompted by the MARFCAT and OCTMARF projects. More... about 14 years ago
Assign serialVersionUID; massage comments. More... about 14 years ago
Eliminate a few compile warnings due to missing type safety or serialVersionUID. Massage comments around to be more consistent. More... about 14 years ago
Make more type-safe. More... about 14 years ago
Primarily add serialVersionUID and other cosmetic stuff in form of comment placeholders, etc. while reviewing around. More... about 14 years ago
Remove unused import. More... about 14 years ago
Suppress unchecked warnings we cannot avoid at the moment. More... about 14 years ago
Primarily, fix the bug 3432300, of incomplete phase angle computation. Only portions were correct. Apply more consistent coding conventions in other places and fix typos. More... about 14 years ago
Eliminate some compile warnings and comment typos. Improve type checks. More... about 14 years ago
Fix a few more type check warnings. More... over 14 years ago
Bib sync. More... almost 15 years ago
Bib sync. More... almost 15 years ago
Bump the year to 2011. More... almost 15 years ago
Bump the year to 2011. More... almost 15 years ago
Bump the year to 2011. More... almost 15 years ago
Correct misspelling of a method. More... about 15 years ago
Honor training set filename prefix. More... about 15 years ago
Add convenience API: More... about 15 years ago
Add training set filename prefix API to be visible by applications wishing to distinguish training sets by some arbitrary prefix values instead of just built-in distinction by clusters. This allows that would have been otherwise the same cluster, multiple clusters concurrently. The need for this was prompted for the development of MARFCAT for SATE2010, and indirectly by DEFT2010. More... about 15 years ago
Continue to review the NLP code for better typing, genericity, and comments. Make it more type safe for the collections. Reduce precision truncation in couple of places where it is not necessary and test. More will follow. More... over 15 years ago
Commit minor cosmetic changes. More... over 15 years ago
Primarily, allow setting non-default values for the reset mark read-ahead bytes (as well as the pushback level at the same time). More... over 15 years ago
Minor cosmetic clean up and central syncmail test. More... over 15 years ago
Bump further to 16K. More... over 15 years ago
Double the mark length (hit the limit in one of the experiments). Constify. More... over 15 years ago
Reduce some printout verbosity. More... over 15 years ago
Improve some typing and fix a comment typo. More... over 15 years ago
Attempt reconstruct ID from the subject. More... over 15 years ago