See: Description
| Interface | Description |
|---|---|
| DataSetChangeListener |
Listens for various types of modifications to a DataSet.
|
| Displayable |
Classes implementing this interface can display themselves on screen.
|
| DOMUpdateable |
Allows storage as a transient document object model (DOM).
|
| LaTeXable |
Classes implementing this interface can render themselves in LaTeX.
|
| Nameable |
Allows an instance to be known by a name.
|
| NamedColumnMapping |
Interface useful in situations where algorithmically a matrix (DblMatrix) is expected but for convenience
one would want to refer to columns by name.
|
| Class | Description |
|---|---|
| AddColumnsDialog |
Add columns to a data table.
|
| AddRowsDialog |
Add rows to a data table.
|
| BinaryTree |
BinaryTree is a wrapper class for
BinTreeNode. |
| BinTreeNode |
BinTreeNode is a class for a single node within a binary tree.
|
| Counter |
Counter provides an odometer-style counter.
|
| DataSet |
Allows storage of data as a list of fields and records similar to a spreadsheet.
|
| DataSetAdapter |
This class maintains mappings between a Statistical model's variable names and a DataSet's column
names.
|
| DataSetAdapterBeanInfo |
Provides the descriptions necessary for serialization of a DataSet through the standard JAVA Beans paradigm.
|
| DataSetAdapterEditor |
A graphical decorator for a DataSetAdapter instance.
|
| DataSetAdapterPersistenceDelegate |
Allows serialization of a DataSet through the standard JAVA Beans paradigm.
|
| DataSetBeanInfo |
Provides the descriptions for a DataSet instance needed for persistence via the standard JAVA Beans paradigm.
|
| DataSetChangeEvent |
Event which may be triggered when a DataSet is modified in some way.
|
| DataSetEditor |
Graphical interface for DataSet instances.
|
| DataSetPanel |
A panel for data viewing and (optionally) editing
|
| DataSetPersistenceDelegate |
Allows persistance of DataSet instances via the standard JAVA Beans paradigm.
|
| DataSetReader |
Serves data stored within a (possibly remote) delimited text file through an instance
of the DataSet class.
|
| DataSetReaderBeanInfo |
Provides information necessary for persistance of DataSet instances via the standard JAVA Bean paradigm.
|
| DataSetReaderPersistenceDelegate |
Allows persistance of DataSet instances via the standard Java Beans paradigm.
|
| DblMatrix |
DblMatrix is an ND matrix class.
|
| DblMatrixBeanInfo | |
| DblMatrixHashMap | |
| DblMatrixPersistenceDelegate | |
| DblParamSet |
Note that DblParamSet itself implements NamedParameters so you may use
reflection when implementing a NamedParameter that uses DblParamSet.
|
| DblParamSetBeanInfo | |
| DblParamSetPersistenceDelegate | |
| DblRandom |
Random number generator.
|
| DblSort |
Class useful for sorting a DblMatrix.
|
| DblSortUnit |
Internal class used in associating an index with the sorted value of a DblMatrix entry.
|
| DenseSetterGetter |
Allows get/set operations for a non-sparse (dense) matrix.
|
| DoubleArrayUnit | |
| FifoQueue |
FifoQueue is a first-in, first-out queue.
|
| FiloQueue |
FiloQueue is a first-in, last-out queue.
|
| GenMatrix |
GenMatrix is an abstract matrix class which can hold any kind of object.
|
| GraphicalDataReader |
Graphical decorator class for a DataReader instance.
|
| GraphicalDataSet |
Provides a graphical wrapper for a DataSet.
|
| GraphicalDataSetBeanInfo | |
| GraphicalDataSetPersistenceDelegate | |
| LinkedList |
LinkedList is a wrapper class for the
LinkedNode class. |
| LinkedNode |
LinkedNode is the foundation class for a
LinkedList |
| MarkovChain | |
| MatrixSetterGetter | |
| OrdElement |
Object which is sampled by the OrdSetSampler class.
|
| OrdSetSampler |
This is a compound class useful for sampling from **and** maintaining an ordered set.
|
| ParamSet |
General class for storing parameters.
|
| SblMatrix |
Sparse DblMatrix variant.
|
| SparseSetterGetter |
Allows set/get operations for a sparse matrix.
|
| Subscript |
Subscripts are special DblMatrix for indexing into instances of DblMatrix.
|
| Exception | Description |
|---|---|
| SnifflibDatatypeException |
Copyright © 2011, 2013. Daniel P. Dougherty