Package weka.core


package weka.core
  • Class
    Description
    Abstract class providing common functionality for the original instance implementations.
    Interface to something that can produce measures other than those calculated by evaluation modules.
    Interface to something that can aggregate an object of the same type with itself.
    Class for performing operations on an algebraic vector of floating-point values.
    Applies all known Javadoc-derived classes to a source file.
    Class for handling an attribute.
    This class locates and records the indices of a certain type of attributes, recursively in case of Relational attributes.
     
    A Utility class that contains summary information on an the values that appear in a dataset for a particular attribute.
    Interface to something that can produce predictions in a batch manner when presented with a set of Instances.
    Class for storing a binary-data-only instance as a sparse vector.
    A class that describes the capabilites (e.g., handling certain types of attributes, missing values, types of classes, etc.) of a specific classifier.
    enumeration of all capabilities
    Classes implementing this interface return their capabilities in regards to datasets.
    Classes implementing this interface make it possible to turn off capabilities checking.
    Helper class for Capabilities.
    Implements the Chebyshev distance.
    Abstract general class for testing in Weka.
    Simple command line checking of classes that are editable in the GOE.
    Simple command line checking of classes that implement OptionHandler.
    Abstract general class for testing schemes in Weka.
    a class for postprocessing the test-data
    A singleton that stores all classes on the classpath.
    For filtering classes.
    For filtering classes.
    This class is used for discovering classes that implement a certain interface or a derived from a certain class.
    compares two strings.
    Utility class that can add jar files to the classpath dynamically.
    Interface to something that can be run from the command line.
    This subclass of Optimization.java implements conjugate gradient descent rather than BFGS updates, by overriding findArgmin(), with the same tests for convergence, and applies the same line search code.
    Class implementing some statistical routines for contingency tables.
    Interface implemented by classes that can produce "shallow" copies of their objects.
    A class for providing centralized Copyright information.
    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.
    Stores information for date attributes.
    A helper class for debug output, logging, clocking, etc.
    A little helper class for clocking and outputting times.
    contains debug methods
    A helper class for logging stuff.
    This extended Random class enables one to print the generated random numbers etc., before they are returned.
    A little, simple helper class for logging stuff.
    A class that can be used for timestamps in files, The toString() method simply returns the associated Date object in a timestamp format.
    Base class for providing a set of default settings for an application.
    Class for handling an instance.
    Class for building and maintaining a dictionary of terms.
    Interface for any class that can compute and return distances between two instances.
    Interface to something that can be drawn as a graph.
    Helper/wrapper class for obtaining an arbitrary enum value from an arbitrary enum type.
    This class encapsulates a map of all environment and java system properties.
    Interface for something that can utilize environment variables.
    Extends Properties to allow the value of a system property (if set) to override that which has been loaded/set.
    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.
    Deprecated.
    Wrapper class for File objects.
    Applies the given filter before calling the given distance function.
    Locates all classes with certain capabilities.
    Wrapper class for Font objects.
    Generates Javadoc comments from the class's globalInfo method.
    Helper class for inheritance related operations.
    Interface representing an instance.
    A comparator for the Instance class.
    Class for handling an ordered set of weighted instances.
    Abstract superclass for classes that generate Javadoc comments and replace the content between certain comment tags.
    Lists the options of an OptionHandler
    Interface to something that can output messages to a log
    Implements the Manhattan distance (or Taxicab geometry).
    Interface to something that can be matched with tree matching algorithms.
    Deprecated.
    Use weka.core.matrix.Matrix instead - only for backwards compatibility.
    A little helper class for Memory management.
    Implementing Minkowski 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.
    Multi-Instance classifiers can specify an additional Capabilities object for the data in the relational attribute, since the format of multi-instance data is fixed to "bag/NOMINAL,data/RELATIONAL,class".
    Stores information for nominal and string attributes.
    Represents the abstract ancestor for normalizable distance functions, like Euclidean or Manhattan distance.
    Exception that is raised by an object that is unable to process data with missing values.
    Implementation of Active-sets method with BFGS update to solve optimization problem with only bounds constraints in multi-dimensions.
    Class to store information about an option.
    Interface to something that understands options.
    Generates Javadoc comments from the OptionHandler's options.
    Method annotation that can be used with scheme parameters to provide a nice display-ready name for the parameter, help information and command-line option details.
    This interface can be implemented by algorithms that generate a partition of the instance space (e.g., decision trees).
    Class that manages a global map of plugins.
    A helper class for accessing properties in nested objects, e.g., accessing the "getRidge" method of a LinearRegression classifier part of MultipleClassifierCombiner, e.g., Vote.
    Contains a (property) path structure
    Represents a single element of a property path
    Simple class that extends the Properties class so that the properties are unable to be modified.
    Class representing a FIFO queue.
    Interface to something that has random behaviour that is able to be seeded with an integer.
    Class holding static utility methods for drawing random samples.
    Class implementing some simple random variates generator.
    Class representing a range of cardinal numbers.
    Stores information for relational attributes.
    This class locates and records the indices of relational attributes,
    Class for generating html index files and supporting text files for a Weka package meta data repository.
    Helper class for resampling.
    Helper for resources.
    For classes that should return their source control revision.
    Contains utility functions for handling revisions.
    Enumeration of source control types.
    Represents a selected value from a finite set of values, where each value is a Tag (i.e.
    A helper class for determining serialVersionUIDs and checking whether classes contain one and/or need one.
    Class for storing an object in serialized form in memory.
    Maintains a collection of settings.
    Class implementing a key for a setting.
    Class representing a single cardinal number.
    Class for storing an instance as a sparse vector.
    Class implementing some mathematical functions.
    Class implementing some distributions, tests, etc.
    Class that can test whether a given string is a stop word.
    This class locates and records the indices of String attributes, recursively in case of Relational attributes.
    Interface to something that provides a short textual summary (as opposed to toString() which is usually a fairly complete description) of itself.
    This class prints some information about the system setup, like Java version, JVM settings etc.
    A Tag simply associates a numeric ID with a String description.
    Used for paper references in the Javadoc and for BibTex generation.
    the possible fields
    the different types of information
    For classes that are based on some kind of publications.
    Generates Javadoc comments from the TechnicalInformationHandler's data.
    This class pipelines print/println's to several PrintStreams.
    Generates artificial datasets for testing.
    Interface to something that is thread safe
    A class representing a Trie data structure for strings.
    Represents an iterator over a trie
    Represents a node in the trie.
    Exception that is raised when trying to use some data that has no class assigned to it, but a class is needed to perform the operation.
    Exception that is raised when trying to use something that has no reference to a dataset, when one is required.
    Interface implemented by classes that support undo.
    Exception that is raised by an object that is unable to process some of the attribute types it has been passed.
    Exception that is raised by an object that is unable to process the class type of the data it has been passed.
    Class implementing some simple utility methods.
    This class contains the version number of the current WEKA release and some methods for comparing another version string.
    Interface to something that makes use of the information provided by attribute weights.
    Interface to something that makes use of the information provided by instance weights.
    Class for enumerating an array list's elements.
    Class for Weka-specific exceptions.
    Class that manages classloaders from individual Weka plugin packages.
    A ClassLoader that loads/finds classes from one Weka plugin package.
    Class providing package management and manipulation routines.