2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Jan 28, 2023 — Jan 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update year to 2009. More... about 15 years ago
Bump year to 2009. More... about 15 years ago
Start dropping the support for Java 1.4 and begin parametrization and type safety of the collection-like classes. More... about 15 years ago
Implement support for reading from STDIN and writing to STDOUT. I think this was a TODO item as well as I encountered some need for it in GIPSY. More... over 15 years ago
Fix misspelled method name. More... over 15 years ago
Sync bib with all my research work so far. It's been a long time. More... almost 16 years ago
Fix general arch diagram to include ISampleLoader and Configuration classes as well as some minor missing details. More... almost 16 years ago
Correct missing closing parens in the description of -f0. More... about 16 years ago
Re-adjust cosmetic output fixes. More... about 16 years ago
Fix a silly bug of forgetting a break statement causing wrong exception to be thrown. More... about 16 years ago
Refactor WAVLoader.readSampleData() more general and flexible. The rest is cosmetic. More... about 16 years ago
A step towards make WAV loading and sample loading in general to be a bit more flexible in terms of allowing more formats and allow setting of the format properties. Refactor some of the WAVLoader's fields. Add various getters and setters deemed useful. Introduce a new WAVLoader constructor with parameters. More... about 16 years ago
Fix a minor bug in Cluser when it was "forgetting" the first filename per subject, as simply the addFilename() call was not made on the new sample event. Enhance some debug output. The rest is cosmetic. More... about 16 years ago
Update the Makefile Build System to account for the recent additions. More... about 16 years ago
Add appendToken() API, primarily in use by Cryptolysis. The rest is cosmetic. More... about 16 years ago
Reset the training set default storage back to mean clusters, for now. The rest is cosmetic, in either comments or trimming blanks. More... about 16 years ago
Largerly implement Corpus for the basic processing and comparison. Will try to use in Cryptolysis soon. Add a new constructor to NLPStreamTokenizer, and make some cosmetic changes elsewhere. More... about 16 years ago
With the new loadTrainingSet(int, String) API, the "this." instance may not be available at all times, throwing NullPointerException. Correct that by using the static class name reference. More... about 16 years ago
Fix loaders with the new SampleLoader API. More... about 16 years ago
Implement toString() for TrainingSet, TrainingSample, FeatureSet, and Cluster classes primarily for debugging and browsing purposes. Export a public static version of loadTrainingSet() in Classification (and make the private one to use it) to allow easier access to the training set data by external classes and applications. This will allow visualizing previously stored training sets. More... about 16 years ago
Eliminate a warning of the unused GrammarElement() constructor. More... about 16 years ago
Add RawFeatureExtraction, that is similar to the other "Raw" classes and acts as a "pass-through" mechanism that can be either arbitrary-length feature vector or cropped one. Add Crop preprocessing module that allows cutting out head, tail, or middle portion of the incoming sample data. This is needed for some modules where N first, or last, etc data is sufficient and we don't want to waste time processing the entire incoming sample. Crop in itself is equivalent to the Raw processing module, just is fixed-length, and is designed to be used in a chain with other preprocessing modules for the general case. More... about 16 years ago
Add progenitors for corpora storage management and comparison. More... about 16 years ago
Fix compilation errors with newer MARF, mosly due to the API that requires double[] arguments. Correct some spelling mistakes. More... about 16 years ago
Correct some minor spelling errors. More... about 16 years ago
Cosmetic code style review. Trim blanks. More... about 16 years ago
Implement basic automatic capacity increase whe the current capacity is reached. The capacity is increased by the default number of buffers. Trim trailing spaces. More... about 16 years ago
Put in some meaningful comments and correct some wrong ones. Switch TextLoader to a default bi-gram. More... about 16 years ago
Accept AudioInputStream if it is already given to us and is not coming from a WAV file. More... about 16 years ago
Override Sample loadSample(byte[] patFileData) for Audio loaders to include the AudioInputStream, such that other routines can work normally with the proper audio stream given format, and not just buffered byte stream, else it barks. Document writeSampleData() much more precisely. More... about 16 years ago