Package | Description |
---|---|
de.erichseifert.gral.data |
Data model classes.
|
de.erichseifert.gral.data.filters |
Classes for filtering data sources.
|
de.erichseifert.gral.data.statistics |
Classes for statistical analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSeries
Class that represents a view on several columns of a
DataSource . |
class |
DataTable
An in-memory, random access implementation of a mutable data source using
arrays to store its values.
|
class |
DummyData
Class that represents a data source containing the same value in each cell.
|
class |
EnumeratedData
Class that creates a new data source which adds a leading column
containing the row number.
|
class |
JdbcData
Data source for database tables accessed through a JDBC connection.
|
class |
RowSubset
Abstract class that represents a view on several rows of a data source.
|
Modifier and Type | Class and Description |
---|---|
class |
Convolution
Class that applies a specified kernel to a data source to convolve it.
|
class |
Filter
Abstract class that provides basic functions for filtering arbitrary
columns of a DataSource, in other words a set of one-dimensional data.
|
class |
Median
Class that calculates the median of a data sequence.
|
class |
Resize
Filter to change the size of equally spaced data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
Histogram
Abstract base class for histograms.
|
class |
Histogram1D
View that aggregates the column values of an other data source into
a histogram with cells.
|
Copyright © 2009-2013. All Rights Reserved.