3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Record is now serializable. More... over 8 years ago
DataComparator and derived classes now operate on Record instead of Comparable[]. More... over 8 years ago
DataTable now has a method that retrieves the specified Record. More... over 8 years ago
Record is now iterable. More... over 8 years ago
DataTable.add(List) now performs the column type check and the creation of the row outside of the synchronized block. More... over 8 years ago
MutableDataSource.add(Collection) now takes a List type instead. More... over 8 years ago
Added a test to DataTable which ensures that the add method returns a the insertion position. More... over 8 years ago
Record can be created from a list of values. More... over 8 years ago
Record has a method that allow retrieving the number of contained elements. More... over 8 years ago
Added missing license header. More... over 8 years ago
Added a test which asserts that creating an empty Record is possible. More... over 8 years ago
Record provides a method to retrieve values. More... over 8 years ago
Created a new class Record which takes a variable number of comparables. More... over 8 years ago
Added Benchmark that measures adding records to a DataTable. More... over 8 years ago
Added Gradle JMH for benchmarking. More... over 8 years ago
Added HistogramTest to StatisticsTests. More... over 8 years ago
Histogram: Added missing license header. More... over 8 years ago
Build: If no tag is present in the git history, the version number is determined by the uniquely abbreviated commit hash. More... over 8 years ago
Histogram allows retrieving the size of a single bin. More... over 8 years ago
HistogramTest: Asserts that Histogram throws an IllegalArgumentException if the number of custom breaks is less than 2. More... over 8 years ago
HistogramTest: Improved naming. More... over 8 years ago
Histogram: Removed redundant class attribute. More... over 8 years ago
Histogram: De-duplicated code in constructors. More... over 8 years ago
Histogram: Factored out a method that computes equidistant breaks for given input data. More... over 8 years ago
Removed duplicate code for bin filling in Histogram. More... over 8 years ago
Removed duplicate code in HistogramTest. More... over 8 years ago
Histogram supports custom breaks. More... over 8 years ago
Histogram: Changed misleading variable name. More... over 8 years ago
Histogram bins now contain the occurences of values within each bin. More... over 8 years ago
Histogram throws an exception when a non-positive value for the break count is passed. More... over 8 years ago