Package edu.udo.cs.yale.datatable

DataTables are the most important data container interface for YALE which are used for all statistics and plotting purposes.

See:
          Description

Interface Summary
DataTable A data table that contains Object arrays that record experiment results, data, etc.
DataTableListener Listens to updates of a DataTable object.
DataTableRow A data list that contains Object arrays that record experiment results or other data.
 

Class Summary
AbstractDataTable This abstract data table implementation provides some default implementations for data tables like listener handling.
DataTableExampleSetAdapter This class can be used to use an example set as data table.
DataTableKernelModelAdapter This class can be used to use a kernel model as data table.
DataTableKernelModelAdapter.KernelModelIterator Helper class to iterated over the examples or support vectors of a KernelModel.
Example2DataTableRowIterator This iterator iterates over all examples of an example set and creates Example2DataTableRowWrapper objects.
Example2DataTableRowWrapper This class allows to use Examples as basis for DataTableRow.
GnuPlotDataTableHandler This class can be used to create GnuPlot files from data tables.
KernelModelRow2DataTableRowWrapper This class wraps the data row of a kernel model.
SimpleDataTable A simple data table implementation which stores the data itself.
SimpleDataTableRow A data list that contains Object arrays that record experiment results or other data.
 

Package edu.udo.cs.yale.datatable Description

DataTables are the most important data container interface for YALE which are used for all statistics and plotting purposes. This package also contains wrappers for ExampleSets, KernelModels, and other data table types.



Copyright © 2001-2006