openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
GRAL
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 6 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added a method that allows inserting a value into a Record.
Michael Seifert
More...
over 8 years ago
DataTable.add(Record) checks whether the size of the Record matches the table's column count.
Michael Seifert
More...
over 8 years ago
Added method to PiePlot which will be used to bring data into a format that PiePlot can use.
Michael Seifert
More...
over 8 years ago
Histogram2D no longer makes use of DataSource.getRow(int).
Michael Seifert
More...
over 8 years ago
Resize no longer makes use of DataSource.getRow(int)
Michael Seifert
More...
over 8 years ago
Resize.average(DataAccessor, double, double) now takes an Iterable instead of a DataAcessor.
Michael Seifert
More...
over 8 years ago
Added a custom implementation toString() in class Record.
Michael Seifert
More...
over 8 years ago
Extracted an interface from ConvolutionFilter and MedianFilter.
Michael Seifert
More...
over 8 years ago
Added class ConvolutionFilter which applies a Kernel to an Iterable containing comparable numbers.
Michael Seifert
More...
over 8 years ago
MedianFilter makes use of Statistics to determine the median value of a window.
Michael Seifert
More...
over 8 years ago
Allows supertypes of Comparable<?> to be passed to Statistics.
Michael Seifert
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.
Michael Seifert
More...
over 8 years ago
Added new implementation for MedianFilter.
Michael Seifert
More...
over 8 years ago
Improved readability and documentation of MathUtils.randomizedSelect(List, int, int, int).
Michael Seifert
More...
over 8 years ago
WindowIterator implements hasNext().
Michael Seifert
More...
over 8 years ago
Added class WindowIterator.
Michael Seifert
More...
over 8 years ago
Renamed Filter in Filter2D.
Michael Seifert
More...
over 8 years ago
Plots no longer use Row.getIndex().
Michael Seifert
More...
over 8 years ago
DefaultPointRenderer2D and AbstractPointRendererTest no longer use Row.getIndex().
Michael Seifert
More...
over 8 years ago
DefaultPointRenderer2D makes use of PointData.index instead of Row.getIndex().
Michael Seifert
More...
over 8 years ago
PointData now has a field that represents the index of the row.
Michael Seifert
More...
over 8 years ago
Record has a method that returns whether a specific index contains numeric values.
Michael Seifert
More...
over 8 years ago
RowSubsetTest uses getRecord(int) instead of getRow(int).
Michael Seifert
More...
over 8 years ago
Record supports equality comparisons.
Michael Seifert
More...
over 8 years ago
DataSeriesTest uses getRecord(int) instead of getRow(int).
Michael Seifert
More...
over 8 years ago
DataTable(DataSource) uses getRecord(int) instead of getRow(int).
Michael Seifert
More...
over 8 years ago
DataTable supports adding Record objects as rows.
Michael Seifert
More...
over 8 years ago
AbstractDataSource.getRowStatistics(String) no longer makes use of DataSource.getRow(int), but uses DataSource.getRecord(int) instead.
Michael Seifert
More...
over 8 years ago
Moved DataTable.getRecord(int) to AbstractDataSource and added the method to DataSource.
Michael Seifert
More...
over 8 years ago
DataTable uses Record objects to store its data.
Michael Seifert
More...
over 8 years ago
←
1
2
3
4
5
6
7
8
9
10
…
37
38
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree