| AbstractLoader |
Abstract class gives default implementation of setSource
methods.
|
| AdditionalMeasureProducer |
Interface to something that can produce measures other than those
calculated by evaluation modules.
|
| Attribute |
Class for handling an attribute.
|
| AttributeStats |
A Utility class that contains summary information on an
the values that appear in a dataset for a particular attribute.
|
| BatchConverter |
Marker interface for a loader/saver that can retrieve instances in batch mode
|
| BinC45Split |
Class implementing a binary C4.5-like split on an attribute.
|
| Classifier |
Abstract classifier.
|
| ClassifierSplitModel |
Abstract class for classification models that can be used
recursively to split the data.
|
| ClassifierTree |
Class for handling a tree structure used for classification.
|
| Copyable |
Interface implemented by classes that can produce "shallow" copies
of their objects.
|
| CostMatrix |
Class for storing and manipulating a misclassification cost matrix.
|
| Distribution |
Class for handling a distribution of class values.
|
| Drawable |
Interface to something that can be drawn as a graph.
|
| EntropyBasedSplitCrit |
"Abstract" class for computing splitting criteria
based on the entropy of a class distribution.
|
| Estimator |
Interface for probability estimators.
|
| FastVector |
Implements a fast vector class without synchronized
methods.
|
| FileSourcedConverter |
Interface to a loader/saver that loads/saves from a file source.
|
| Filter |
An abstract class for instance filters: objects that take instances
as input, carry out some transformation on the instance and then
output the instance.
|
| Instance |
Class for handling an instance.
|
| Instances |
Class for handling an ordered set of weighted instances.
|
| J48WithNDCs |
Class for generating an unpruned or a pruned C4.5 decision tree.
|
| Loader |
Interface to something that can load Instances from an input source in some
format.
|
| Matchable |
Interface to something that can be matched with tree matching
algorithms.
|
| Matrix |
Deprecated.
|
| ModelSelection |
Abstract class for model selection criteria.
|
| OptionHandler |
Interface to something that understands options.
|
| ProtectedProperties |
Simple class that extends the Properties class so that the properties are
unable to be modified.
|
| Queue.QueueNode |
Represents one node in the queue.
|
| Range |
Class representing a range of cardinal numbers.
|
| SelectedTag |
Represents a selected value from a finite set of values, where each
value is a Tag (i.e.
|
| Sourcable |
Interface for classifiers that can be converted to Java source.
|
| SparseInstance |
Class for storing an instance as a sparse vector.
|
| SplitCriterion |
Abstract class for computing splitting criteria
with respect to distributions of class values.
|
| StreamableFilter |
Interface for filters can work with a stream of instances.
|
| Summarizable |
Interface to something that provides a short textual summary (as opposed
to toString() which is usually a fairly complete description) of itself.
|
| Tag |
A Tag simply associates a numeric ID with a String description.
|
| UnsupervisedFilter |
Interface for filters that do not need a class attribute.
|
| WeightedInstancesHandler |
Interface to something that makes use of the information provided
by instance weights.
|
| WekaException |
Class for Weka-specific exceptions.
|