|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Condition | Objects implementing this interface are used by
ConditionedExampleSets, a special sub class of
ExampleSet that skips all examples that do not fulfill this
condition. |
| PartitionBuilder | Creates partitions from ratio arrays. |
| Class Summary | |
|---|---|
| AbstractExampleReader | Abstract implementation which implements the method remove by throwing a
UnsupportedOperationException. |
| AbstractExampleSet | Implements wrapper methods of abstract example set. |
| AcceptAllCondition | This subclass of Condition serves to accept all examples. |
| AttributeSelectionExampleSet | An implementation of ExampleSet that is only a fixed view on a selection of attributes of the parent example set. |
| AttributesExampleReader | This reader simply uses all examples from the parent and all available attributes. |
| AttributeTransformationRemapping | This transformation returns the remapped value. |
| AttributeTransformationReplaceMissing | This transformation simply returns the same value. |
| AttributeTransformationWeighting | This transformation simply returns the weight-scaled value. |
| AttributeValueFilter | The condition is fulfilled if an attribute has a value equal to, not equal to, less than, ... a given value. |
| AttributeValueFilterSingleCondition | The condition is fulfilled if an attribute has a value equal to, not equal to, less than, ... a given value. |
| AttributeWeightedExampleSet | An implementation of ExampleSet that allows the weighting of the attributes. |
| ConditionedExampleSet | Hides Examples that do not fulfill a given Condition. |
| ConditionExampleReader | Deprecated. ConditionExampleReaders are now replaced by fixed mappings |
| CorrectPredictionCondition | This subclass of Condition serves to accept all examples which are
correctly predicted. |
| HeaderExampleSet | This example set is a clone of the attributes without reference to any data. |
| IndexBasedExampleSetReader | Returns only a subset of an example set specified by an instance of
Partition. |
| MappedExampleReader | This example reader is based on the given mapping and skips all examples which are not part of the mapping. |
| MappedExampleSet | This example set uses a mapping of indices to access the examples provided by the parent example set. |
| MissingAttributesCondition | This subclass of Condition serves to excludes all examples containing
no missing values from an example set. |
| MissingLabelsCondition | This subclass of Condition serves to exclude examples with known
labels from an example set. |
| ModelViewExampleSet | This is a generic example set (view on the view stack of the data) which can be used to apply any preprocessing model and create a view from it. |
| NoMissingAttributesCondition | This subclass of Condition serves to excludes all examples containing
missing values from an example set. |
| NoMissingAttributeValueCondition | This subclass of Condition serves to excludes all examples containing
missing values within specified attributes from an example set. |
| NoMissingLabelsCondition | This subclass of Condition serves to exclude examples with unknown
labels from an example set. |
| NonSpecialAttributesExampleSet | This example set treats all special attributes as regular attributes. |
| Partition | Implements a partition. |
| RemappedExampleSet | This example set uses the mapping given by another example set and "remaps" on the fly the nominal values according to the given set. |
| ReplaceMissingExampleSet | An implementation of ExampleSet that allows the replacement of missing values on the fly. |
| ShuffledPartitionBuilder | Creates a shuffled partition for an example set. |
| SimilarityExampleSet | This similarity based example set is used for the operator
ExampleSet2SimilarityExampleSet. |
| SimpleExampleReader | This reader simply uses all examples from an example table. |
| SimpleExampleSet | A simple implementation of ExampleSet containing a list of attributes and a special attribute map. |
| SimplePartitionBuilder | Creates a simple non-shuffled partition for an example set. |
| SingleExampleExampleSet | This view can be used to wrap a single example. |
| SkipNANExampleReader | This ExampleReader skips all examples containing attribute values that are not a number. |
| SortedExampleReader | This example reader is based on the given mapping and skips all examples which are not part of the mapping. |
| SortedExampleSet | This example set uses a mapping of indices to access the examples provided by the parent example set. |
| SplittedExampleSet | An example set that can be split into subsets by using a Partition. |
| StratifiedPartitionBuilder | Creates a shuffled and stratified partition for an example set. |
| WrongPredictionCondition | This subclass of Condition serves to accept all examples which are
wrongly predicted. |
| Exception Summary | |
|---|---|
| ConditionCreationException | Exception class whose instances are thrown during the creation of conditions. |
The available views (example sets) on the example tables. Please note that an example set never contain any data. Several views can be stacked what we call multi-layer data view concept.
|
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||