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
Added a method that allows inserting a value into a Record. More... over 8 years ago
DataTable.add(Record) checks whether the size of the Record matches the table's column count. More... over 8 years ago
Added method to PiePlot which will be used to bring data into a format that PiePlot can use. More... over 8 years ago
Histogram2D no longer makes use of DataSource.getRow(int). More... over 8 years ago
Resize no longer makes use of DataSource.getRow(int) More... over 8 years ago
Resize.average(DataAccessor, double, double) now takes an Iterable instead of a DataAcessor. More... over 8 years ago
Added a custom implementation toString() in class Record. More... over 8 years ago
Extracted an interface from ConvolutionFilter and MedianFilter. More... over 8 years ago
Added class ConvolutionFilter which applies a Kernel to an Iterable containing comparable numbers. More... over 8 years ago
MedianFilter makes use of Statistics to determine the median value of a window. More... over 8 years ago
Allows supertypes of Comparable<?> to be passed to Statistics. More... over 8 years ago
Added test case which asserts that the MedianFilter iterator is empty when the window size exceeds the data element count. More... over 8 years ago
Added new implementation for MedianFilter. More... over 8 years ago
Improved readability and documentation of MathUtils.randomizedSelect(List, int, int, int). More... over 8 years ago
WindowIterator implements hasNext(). More... over 8 years ago
Added class WindowIterator. More... over 8 years ago
Renamed Filter in Filter2D. More... over 8 years ago
Plots no longer use Row.getIndex(). More... over 8 years ago
DefaultPointRenderer2D and AbstractPointRendererTest no longer use Row.getIndex(). More... over 8 years ago
DefaultPointRenderer2D makes use of PointData.index instead of Row.getIndex(). More... over 8 years ago
PointData now has a field that represents the index of the row. More... over 8 years ago
Record has a method that returns whether a specific index contains numeric values. More... over 8 years ago
RowSubsetTest uses getRecord(int) instead of getRow(int). More... over 8 years ago
Record supports equality comparisons. More... over 8 years ago
DataSeriesTest uses getRecord(int) instead of getRow(int). More... over 8 years ago
DataTable(DataSource) uses getRecord(int) instead of getRow(int). More... over 8 years ago
DataTable supports adding Record objects as rows. More... over 8 years ago
AbstractDataSource.getRowStatistics(String) no longer makes use of DataSource.getRow(int), but uses DataSource.getRecord(int) instead. More... over 8 years ago
Moved DataTable.getRecord(int) to AbstractDataSource and added the method to DataSource. More... over 8 years ago
DataTable uses Record objects to store its data. More... over 8 years ago