Package weka.core

Interface Summary
AdditionalMeasureProducer Interface to something that can produce measures other than those calculated by evaluation modules.
Copyable Interface implemented by classes that can produce "shallow" copies of their objects.
Drawable Interface to something that can be drawn as a graph.
Matchable Interface to something that can be matched with tree matching algorithms.
OptionHandler Interface to something that understands options.
Summarizable Interface to something that provides a short textual summary (as opposed to toString() which is usually a fairly complete description) of itself.
WeightedInstancesHandler Interface to something that makes use of the information provided by instance weights.
 

Class Summary
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.
CheckOptionHandler Simple command line checking of classes that implement OptionHandler.
ContingencyTables Class implementing some statistical routines for contingency tables.
FastVector Implements a fast vector class without synchronized methods.
Instance Class for handling an instance.
Instances Class for handling an ordered set of weighted instances.
Matrix Class for performing operations on a matrix of floating-point values.
Option Class to store information about an option.
Queue Class representing a FIFO queue.
Range Class representing a range of cardinal numbers.
SelectedTag  
SparseInstance Class for storing an instance as a sparse vector.
SpecialFunctions Class implementing some mathematical functions.
Statistics Class implementing some distributions, tests, etc.
Tag  
Utils Class implementing some simple utility methods.