Uses of Package
com.rapidminer.example.table

Packages that use com.rapidminer.example.table
com.rapidminer.example The data core classes of RapidMiner. 
com.rapidminer.example.set The available views (example sets) on the example tables. 
com.rapidminer.example.table The available example table implementations (data sources). 
com.rapidminer.generator Provides feature generators. 
com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv   
com.rapidminer.operator.io Operators to read data from files or write them into files. 
com.rapidminer.operator.preprocessing Operators for preprocessing purposes. 
com.rapidminer.operator.preprocessing.join This package contains the operators for joining and merging example sets. 
com.rapidminer.operator.preprocessing.transformation.aggregation   
com.rapidminer.test_utils   
 

Classes in com.rapidminer.example.table used by com.rapidminer.example
DataRow
          This interface defines methods for all entries of ExampleTable implementations.
ExampleTable
          This class is the core data supplier for example sets.
NominalMapping
          This class is used to map between the nominal values for a certain attribute and the internal double value representations which is used for nominal values in order to reduce memory usage.
 

Classes in com.rapidminer.example.table used by com.rapidminer.example.set
DataRowReader
          Reads a sequence of DataRows, e.g. from memory, a file or a database.
ExampleTable
          This class is the core data supplier for example sets.
NominalMapping
          This class is used to map between the nominal values for a certain attribute and the internal double value representations which is used for nominal values in order to reduce memory usage.
 

Classes in com.rapidminer.example.table used by com.rapidminer.example.table
AbstractAttribute
          This is a possible abstract superclass for all attribute implementations.
AbstractDataRowReader
          Reads a sequence of DataRows, e.g. from memory, a file or a database.
AbstractExampleTable
          This class is the core data supplier for example sets.
AbstractSparseArrayDataRow
          Implementation of DataRow that is backed by primitive arrays.
DatabaseExampleTable
          This class is another data supplier for example sets.
DataRow
          This interface defines methods for all entries of ExampleTable implementations.
DataRowFactory
          Factory class for DataRow objects.
DataRowReader
          Reads a sequence of DataRows, e.g. from memory, a file or a database.
ExampleTable
          This class is the core data supplier for example sets.
MemoryExampleTable
          This class is the core data supplier for example sets.
NominalAttribute
          This class holds all information on a single nominal attribute.
NominalMapping
          This class is used to map between the nominal values for a certain attribute and the internal double value representations which is used for nominal values in order to reduce memory usage.
SimpleArrayData
          The data is hold as string array.
SparseDataRow
          This interface defines methods for sparse data rows which might be implemented to allow more efficient querying of the non-default values.
ViewAttribute
          A view attribute is based on a ViewModel (Preprocessing Model) and applies the model on the fly.
 

Classes in com.rapidminer.example.table used by com.rapidminer.generator
DataRow
          This interface defines methods for all entries of ExampleTable implementations.
ExampleTable
          This class is the core data supplier for example sets.
 

Classes in com.rapidminer.example.table used by com.rapidminer.gui.tools.dialogs.wizards.dataimport.csv
DataRowReader
          Reads a sequence of DataRows, e.g. from memory, a file or a database.
 

Classes in com.rapidminer.example.table used by com.rapidminer.operator.io
DataRowFactory
          Factory class for DataRow objects.
ExampleTable
          This class is the core data supplier for example sets.
MemoryExampleTable
          This class is the core data supplier for example sets.
 

Classes in com.rapidminer.example.table used by com.rapidminer.operator.preprocessing
NominalMapping
          This class is used to map between the nominal values for a certain attribute and the internal double value representations which is used for nominal values in order to reduce memory usage.
 

Classes in com.rapidminer.example.table used by com.rapidminer.operator.preprocessing.join
MemoryExampleTable
          This class is the core data supplier for example sets.
 

Classes in com.rapidminer.example.table used by com.rapidminer.operator.preprocessing.transformation.aggregation
DataRow
          This interface defines methods for all entries of ExampleTable implementations.
DoubleArrayDataRow
          Implementation of DataRow that is backed by a double array.
 

Classes in com.rapidminer.example.table used by com.rapidminer.test_utils
NominalMapping
          This class is used to map between the nominal values for a certain attribute and the internal double value representations which is used for nominal values in order to reduce memory usage.
 



Copyright © 2001-2009 by Rapid-I