Uses of Package
weka.core

Packages that use weka.core
weka.associations   
weka.attributeSelection   
weka.classifiers   
weka.classifiers.bayes   
weka.classifiers.bayes.net   
weka.classifiers.bayes.net.estimate   
weka.classifiers.bayes.net.search   
weka.classifiers.bayes.net.search.ci   
weka.classifiers.bayes.net.search.fixed   
weka.classifiers.bayes.net.search.global   
weka.classifiers.bayes.net.search.local   
weka.classifiers.evaluation   
weka.classifiers.evaluation.output.prediction   
weka.classifiers.functions   
weka.classifiers.functions.neural   
weka.classifiers.functions.supportVector   
weka.classifiers.lazy   
weka.classifiers.lazy.kstar   
weka.classifiers.meta   
weka.classifiers.misc   
weka.classifiers.pmml.consumer   
weka.classifiers.rules   
weka.classifiers.rules.part   
weka.classifiers.trees   
weka.classifiers.trees.j48   
weka.classifiers.trees.lmt   
weka.classifiers.trees.m5   
weka.classifiers.xml   
weka.clusterers   
weka.core   
weka.core.converters   
weka.core.json   
weka.core.logging   
weka.core.matrix   
weka.core.neighboursearch   
weka.core.neighboursearch.balltrees   
weka.core.neighboursearch.covertrees   
weka.core.neighboursearch.kdtrees   
weka.core.pmml   
weka.core.scripting   
weka.core.stemmers   
weka.core.tokenizers   
weka.core.xml   
weka.datagenerators   
weka.datagenerators.classifiers.classification   
weka.datagenerators.classifiers.regression   
weka.datagenerators.clusterers   
weka.estimators   
weka.experiment   
weka.experiment.xml   
weka.filters   
weka.filters.supervised.attribute   
weka.filters.supervised.instance   
weka.filters.unsupervised.attribute   
weka.filters.unsupervised.instance   
weka.filters.unsupervised.instance.subsetbyexpression   
weka.gui   
weka.gui.arffviewer   
weka.gui.beans   
weka.gui.beans.xml   
weka.gui.boundaryvisualizer   
weka.gui.experiment   
weka.gui.explorer   
weka.gui.graphvisualizer   
weka.gui.scripting   
weka.gui.sql   
weka.gui.streams   
weka.gui.treevisualizer   
weka.gui.visualize   
weka.gui.visualize.plugins   
 

Classes in weka.core used by weka.associations
Attribute
          Class for handling an attribute.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Check
          Abstract general class for testing in Weka.
CheckScheme
          Abstract general class for testing schemes in Weka.
FastVector
          Deprecated. 
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
Option
          Class to store information about an option.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.attributeSelection
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Check
          Abstract general class for testing in Weka.
CheckScheme
          Abstract general class for testing schemes in Weka.
Copyable
          Interface implemented by classes that can produce "shallow" copies of their objects.
FastVector
          Deprecated. 
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.classifiers
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Check
          Abstract general class for testing in Weka.
CheckScheme
          Abstract general class for testing schemes in Weka.
FastVector
          Deprecated. 
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
Matrix
          Deprecated. Use weka.core.matrix.Matrix instead - only for backwards compatibility.
OptionHandler
          Interface to something that understands options.
Randomizable
          Interface to something that has random behaviour that is able to be seeded with an integer.
RevisionHandler
          For classes that should return their source control revision.
Summarizable
          Interface to something that provides a short textual summary (as opposed to toString() which is usually a fairly complete description) of itself.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.classifiers.bayes
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Drawable
          Interface to something that can be drawn as a graph.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
Option
          Class to store information about an option.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.bayes.net
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Drawable
          Interface to something that can be drawn as a graph.
FastVector
          Deprecated. 
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.bayes.net.estimate
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.classifiers.bayes.net.search
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.classifiers.bayes.net.search.ci
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.classifiers.bayes.net.search.fixed
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.classifiers.bayes.net.search.global
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
 

Classes in weka.core used by weka.classifiers.bayes.net.search.local
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.classifiers.evaluation
FastVector
          Deprecated. 
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
Matrix
          Deprecated. Use weka.core.matrix.Matrix instead - only for backwards compatibility.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.classifiers.evaluation.output.prediction
Instance
          Interface representing 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.classifiers.functions
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
Option
          Class to store information about an option.
OptionHandler
          Interface to something that understands options.
Randomizable
          Interface to something that has random behaviour that is able to be seeded with an integer.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.functions.neural
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.classifiers.functions.supportVector
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Check
          Abstract general class for testing in Weka.
CheckScheme
          Abstract general class for testing schemes in Weka.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.classifiers.lazy
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
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
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.classifiers.meta
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Drawable
          Interface to something that can be drawn as a graph.
Environment
          This class encapsulates a map of all environment and java system properties.
EnvironmentHandler
          Interface for something that can utilize environment variables.
Instance
          Interface representing 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.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
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.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
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.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Drawable
          Interface to something that can be drawn as a graph.
Environment
          This class encapsulates a map of all environment and java system properties.
EnvironmentHandler
          Interface for something that can utilize environment variables.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
Option
          Class to store information about an option.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.pmml.consumer
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Drawable
          Interface to something that can be drawn as a graph.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

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.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Copyable
          Interface implemented by classes that can produce "shallow" copies of their objects.
FastVector
          Deprecated. 
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
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.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.rules.part
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.classifiers.trees
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Drawable
          Interface to something that can be drawn as a graph.
Instance
          Interface representing 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.
RevisionHandler
          For classes that should return their source control revision.
Summarizable
          Interface to something that provides a short textual summary (as opposed to toString() which is usually a fairly complete description) of itself.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.classifiers.trees.j48
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Drawable
          Interface to something that can be drawn as a graph.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.classifiers.trees.lmt
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
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.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
FastVector
          Deprecated. 
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.classifiers.xml
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.clusterers
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Check
          Abstract general class for testing in Weka.
CheckScheme
          Abstract general class for testing schemes in Weka.
DistanceFunction
          Interface for any class that can compute and return distances between two instances.
Drawable
          Interface to something that can be drawn as a graph.
Instance
          Interface representing 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.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.core
AbstractInstance
          Abstract class providing common functionality for the original instance implementations.
AlgVector
          Class for performing operations on an algebraic vector of floating-point values.
Attribute
          Class for handling an attribute.
AttributeLocator
          This class locates and records the indices of a certain type of attributes, recursively in case of Relational attributes.
AttributeStats
          A Utility class that contains summary information on an the values that appear in a dataset for a particular attribute.
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
Capabilities.Capability
          enumeration of all capabilities
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Check
          Abstract general class for testing in Weka.
CheckScheme.PostProcessor
          a class for postprocessing the test-data
Copyable
          Interface implemented by classes that can produce "shallow" copies of their objects.
CustomDisplayStringProvider
          For classes that do not implement the OptionHandler interface and want to provide a custom display string in the GenericObjectEditor, which is more descriptive than the class name.
Debug.Clock
          A little helper class for clocking and outputting times.
Debug.Log
          A helper class for logging stuff.
Debug.Timestamp
          A class that can be used for timestamps in files, The toString() method simply returns the associated Date object in a timestamp format.
DistanceFunction
          Interface for any class that can compute and return distances between two instances.
Environment
          This class encapsulates a map of all environment and java system properties.
FastVector
          Deprecated. 
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
Javadoc
          Abstract superclass for classes that generate Javadoc comments and replace the content between certain comment tags.
Matrix
          Deprecated. Use weka.core.matrix.Matrix instead - only for backwards compatibility.
NormalizableDistance
          Represents the abstract ancestor for normalizable distance functions, like Euclidean or Manhattan distance.
OptionHandler
          Interface to something that understands options.
PropertyPath.Path
          Contains a (property) path structure
PropertyPath.PathElement
          Represents a single element of a property path
ProtectedProperties
          Simple class that extends the Properties class so that the properties are unable to be modified.
Range
          Class representing a range of cardinal numbers.
RevisionHandler
          For classes that should return their source control revision.
RevisionUtils.Type
          Enumeration of source control types.
SparseInstance
          Class for storing an instance as a sparse vector.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformation.Field
          the possible fields
TechnicalInformation.Type
          the different types of information
TechnicalInformationHandler
          For classes that are based on some kind of publications.
TestInstances
          Generates artificial datasets for testing.
Trie.TrieNode
          Represents a node in the trie.
WekaException
          Class for Weka-specific exceptions.
 

Classes in weka.core used by weka.core.converters
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Environment
          This class encapsulates a map of all environment and java system properties.
EnvironmentHandler
          Interface for something that can utilize environment variables.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

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

Classes in weka.core used by weka.core.logging
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.core.matrix
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.core.neighboursearch
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
DistanceFunction
          Interface for any class that can compute and return distances between two instances.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.core.neighboursearch.balltrees
DistanceFunction
          Interface for any class that can compute and return distances between two instances.
EuclideanDistance
          Implementing Euclidean distance (or similarity) function.

One object defines not one distance but the data model in which the distances between objects of that data model can be computed.

Attention: For efficiency reasons the use of consistency checks (like are the data models of the two instances exactly the same), is low.

For more information, see:

Wikipedia.
Instance
          Interface representing 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.
RevisionHandler
          For classes that should return their source control revision.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.core.neighboursearch.covertrees
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.core.neighboursearch.kdtrees
EuclideanDistance
          Implementing Euclidean distance (or similarity) function.

One object defines not one distance but the data model in which the distances between objects of that data model can be computed.

Attention: For efficiency reasons the use of consistency checks (like are the data models of the two instances exactly the same), is low.

For more information, see:

Wikipedia.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.core.pmml
Attribute
          Class for handling an attribute.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.core.scripting
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.core.stemmers
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.core.tokenizers
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.core.xml
Instances
          Class for handling an ordered set of weighted instances.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.datagenerators
Instance
          Interface representing 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.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.datagenerators.classifiers.classification
Instance
          Interface representing 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.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.datagenerators.classifiers.regression
Instance
          Interface representing 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.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.datagenerators.clusterers
Instance
          Interface representing 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.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.estimators
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.experiment
AdditionalMeasureProducer
          Interface to something that can produce measures other than those calculated by evaluation modules.
Instance
          Interface representing 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.
RevisionHandler
          For classes that should return their source control revision.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

Classes in weka.core used by weka.experiment.xml
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.filters
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.filters.supervised.attribute
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.filters.supervised.instance
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.filters.unsupervised.attribute
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
Option
          Class to store information about an option.
OptionHandler
          Interface to something that understands options.
Range
          Class representing a range of cardinal numbers.
RevisionHandler
          For classes that should return their source control revision.
SelectedTag
          Represents a selected value from a finite set of values, where each value is a Tag (i.e.
Tag
          A Tag simply associates a numeric ID with a String description.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
WeightedInstancesHandler
          Interface to something that makes use of the information provided by instance weights.
 

Classes in weka.core used by weka.filters.unsupervised.instance
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
CapabilitiesHandler
          Classes implementing this interface return their capabilities in regards to datasets.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
OptionHandler
          Interface to something that understands options.
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.filters.unsupervised.instance.subsetbyexpression
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.gui
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
Environment
          This class encapsulates a map of all environment and java system properties.
EnvironmentHandler
          Interface for something that can utilize environment variables.
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.
Tag
          A Tag simply associates a numeric ID with a String description.
 

Classes in weka.core used by weka.gui.arffviewer
Attribute
          Class for handling an attribute.
Instances
          Class for handling an ordered set of weighted instances.
Undoable
          Interface implemented by classes that support undo.
 

Classes in weka.core used by weka.gui.beans
Attribute
          Class for handling an attribute.
Environment
          This class encapsulates a map of all environment and java system properties.
EnvironmentHandler
          Interface for something that can utilize environment variables.
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
RevisionHandler
          For classes that should return their source control revision.
Tag
          A Tag simply associates a numeric ID with a String description.
 

Classes in weka.core used by weka.gui.beans.xml
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.gui.boundaryvisualizer
FastVector
          Deprecated. 
Instance
          Interface representing an instance.
Instances
          Class for handling an ordered set of weighted instances.
TechnicalInformation
          Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformationHandler
          For classes that are based on some kind of publications.
 

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

Classes in weka.core used by weka.gui.explorer
Capabilities
          A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
FastVector
          Deprecated. 
Instance
          Interface representing 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.gui.graphvisualizer
FastVector
          Deprecated. 
 

Classes in weka.core used by weka.gui.scripting
OptionHandler
          Interface to something that understands options.
 

Classes in weka.core used by weka.gui.sql
RevisionHandler
          For classes that should return their source control revision.
 

Classes in weka.core used by weka.gui.streams
Instance
          Interface representing 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
FastVector
          Deprecated. 
Instances
          Class for handling an ordered set of weighted instances.
 

Classes in weka.core used by weka.gui.visualize.plugins
Attribute
          Class for handling an attribute.
FastVector
          Deprecated. 
Instances
          Class for handling an ordered set of weighted instances.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.