Uses of Package
weka.core

Packages that use weka.core
weka.associations   
weka.associations.tertius   
weka.attributeSelection   
weka.classifiers   
weka.classifiers.bayes   
weka.classifiers.evaluation   
weka.classifiers.functions   
weka.classifiers.functions.supportVector   
weka.classifiers.lazy   
weka.classifiers.lazy.kstar   
weka.classifiers.meta   
weka.classifiers.misc   
weka.classifiers.rules   
weka.classifiers.rules.part   
weka.classifiers.trees   
weka.classifiers.trees.adtree   
weka.classifiers.trees.j48   
weka.classifiers.trees.lmt   
weka.classifiers.trees.m5   
weka.clusterers   
weka.core   
weka.core.converters   
weka.datagenerators   
weka.estimators   
weka.experiment   
weka.filters   
weka.filters.supervised.attribute   
weka.filters.supervised.instance   
weka.filters.unsupervised.attribute   
weka.filters.unsupervised.instance   
weka.gui   
weka.gui.beans   
weka.gui.boundaryvisualizer   
weka.gui.experiment   
weka.gui.explorer   
weka.gui.graphvisualizer   
weka.gui.streams   
weka.gui.treevisualizer   
weka.gui.visualize   
 

Classes in weka.core used by weka.associations
Attribute
          Class for handling an attribute.
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.
OptionHandler
          Interface to something that understands options.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e. has some string associated with it).
Tag
          A Tag simply associates a numeric ID with a String description.
 

Classes in weka.core used by weka.associations.tertius
Copyable
          Interface implemented by classes that can produce "shallow" copies of their objects.
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.attributeSelection
Copyable
          Interface implemented by classes that can produce "shallow" copies of their objects.
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.
OptionHandler
          Interface to something that understands options.
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. has some string associated with it).
Tag
          A Tag simply associates a numeric ID with a String description.
 

Classes in weka.core used by weka.classifiers
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.
OptionHandler
          Interface to something that understands options.
Randomizable
          Interface to something that has random behaviour that is able to be seeded with an integer.
Range
          Class representing a range of cardinal numbers.
Summarizable
          Interface to something that provides a short textual summary (as opposed to toString() which is usually a fairly complete description) of itself.
 

Classes in weka.core used by weka.classifiers.bayes
Drawable
          Interface to something that can be drawn as a graph.
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.
OptionHandler
          Interface to something that understands options.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e. has some string associated with it).
Tag
          A Tag simply associates a numeric ID with a String description.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.evaluation
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.
 

Classes in weka.core used by weka.classifiers.functions
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Attribute
          Class for handling an attribute.
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.
Optimization
          Implementation of Active-sets method with BFGS update to solve optimization problem with only bounds constraints in multi-dimensions.
OptionHandler
          Interface to something that understands options.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e. has some string associated with it).
Tag
          A Tag simply associates a numeric ID with a String description.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.functions.supportVector
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.classifiers.lazy
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e. has some string associated with it).
Tag
          A Tag simply associates a numeric ID with a String description.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.lazy.kstar
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.classifiers.meta
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Attribute
          Class for handling an attribute.
ClassHierarchy
          Interface for representations of a hierarchy of classes.
Drawable
          Interface to something that can be drawn as a graph.
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.
OptionHandler
          Interface to something that understands options.
Randomizable
          Interface to something that has random behaviour that is able to be seeded with an integer.
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. has some string associated with it).
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.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.misc
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
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.
 

Classes in weka.core used by weka.classifiers.rules
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Attribute
          Class for handling an attribute.
Copyable
          Interface implemented by classes that can produce "shallow" copies of their objects.
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.
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.
 

Classes in weka.core used by weka.classifiers.rules.part
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.classifiers.trees
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Attribute
          Class for handling an attribute.
Drawable
          Interface to something that can be drawn as a graph.
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.
Matchable
          Interface to something that can be matched with tree matching algorithms.
OptionHandler
          Interface to something that understands options.
Randomizable
          Interface to something that has random behaviour that is able to be seeded with an integer.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e. has some string associated with it).
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.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.trees.adtree
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.
 

Classes in weka.core used by weka.classifiers.trees.j48
Drawable
          Interface to something that can be drawn as a graph.
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.classifiers.trees.lmt
Attribute
          Class for handling an attribute.
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.trees.m5
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
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.
OptionHandler
          Interface to something that understands options.
 

Classes in weka.core used by weka.clusterers
AttributeStats
          A Utility class that contains summary information on an the values that appear in a dataset for a particular attribute.
Drawable
          Interface to something that can be drawn as a graph.
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.
OptionHandler
          Interface to something that understands options.
Range
          Class representing a range of cardinal numbers.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.core
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.
ClassHierarchy
          Interface for representations of a hierarchy of classes.
ClassTree
          ClassTree provides the hierarchy of classes according to a given encoding.
Copyable
          Interface implemented by classes that can produce "shallow" copies of their objects.
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.
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.
SparseInstance
          Class for storing an instance as a sparse vector.
Tag
          A Tag simply associates a numeric ID with a String description.
WekaException
          Class for Weka-specific exceptions.
 

Classes in weka.core used by weka.core.converters
Attribute
          Class for handling an attribute.
ClassHierarchy
          Interface for representations of a hierarchy of classes.
ClassTree
          ClassTree provides the hierarchy of classes according to a given encoding.
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.
UnsupportedAttributeTypeException
          Exception that is raised by an object that is unable to process some of the attribute types it has been passed.
 

Classes in weka.core used by weka.datagenerators
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.
OptionHandler
          Interface to something that understands options.
 

Classes in weka.core used by weka.estimators
Matrix
          Class for performing operations on a matrix of floating-point values.
 

Classes in weka.core used by weka.experiment
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
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.
OptionHandler
          Interface to something that understands options.
Queue
          Class representing a FIFO queue.
Range
          Class representing a range of cardinal numbers.
 

Classes in weka.core used by weka.filters
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
Queue
          Class representing a FIFO queue.
 

Classes in weka.core used by weka.filters.supervised.attribute
Attribute
          Class for handling an attribute.
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
Range
          Class representing a range of cardinal numbers.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.filters.supervised.instance
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
 

Classes in weka.core used by weka.filters.unsupervised.attribute
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.
OptionHandler
          Interface to something that understands options.
Queue
          Class representing a FIFO 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. has some string associated with it).
SingleIndex
          Class representing a single cardinal number.
Tag
          A Tag simply associates a numeric ID with a String description.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.filters.unsupervised.instance
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
Range
          Class representing a range of cardinal numbers.
SingleIndex
          Class representing a single cardinal number.
 

Classes in weka.core used by weka.gui
AttributeStats
          A Utility class that contains summary information on an the values that appear in a dataset for a particular attribute.
FastVector
          Implements a fast vector class without synchronized methods.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.gui.beans
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.gui.boundaryvisualizer
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.
Queue
          Class representing a FIFO queue.
 

Classes in weka.core used by weka.gui.experiment
FastVector
          Implements a fast vector class without synchronized methods.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.gui.explorer
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.
 

Classes in weka.core used by weka.gui.graphvisualizer
FastVector
          Implements a fast vector class without synchronized methods.
 

Classes in weka.core used by weka.gui.streams
Instance
          Class for handling an instance.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.gui.treevisualizer
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.gui.visualize
Attribute
          Class for handling an attribute.
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.