Package com.rapidminer.tools

Provides tools for RapidMiner like parsers for the input files.

See:
          Description

Interface Summary
GenericOperatorFactory Classes which implement this interface must have an empty constructor and must register additional generic operators in the method GenericOperatorFactory.registerOperators(ClassLoader).
LoggingHandler Implementations of this interface are able to handle different types of logging.
MailSender This is the interface for all mail sending techniques.
 

Class Summary
BugReport A bug report can be send by the user.
BuildingBlockService This service class can be used to deliver all building blocks, i.e. both predefined and user defined building blocks.
ClassNameMapper Uses long class names and maps them to the final (short) part.
GroupTree A group tree manages operator descriptions in a tree like manner.
IterationArrayList<E> This class is an adapter to obtain an ArrayList given an Iterator.
LogService Utility class providing static methods for logging.
MailSenderSendmail Sends a mail via sendmail.
MailSenderSMTP Sends a mail via SMTP.
ObjectVisualizerService This class provides the management of ObjectVisualizers.
Ontology Very simple ontology class.
OperatorService This class reads the description of the RapidMiner operators.
OutputStreamMultiplier A stream that writes all that is written to it to a set of other output streams.
ParameterService This class loads the yalrc property files and provides methods to access them.
RandomGenerator The global random number generator.
ResourceSource ResourceSources can be added to the Tools class in order to allow resource loading for both the RapidMiner core and the plugin.
ResultService Some statical methods to write results in a file.
StringProperties This class represents properties accessed by a String value.
TimeFormat This class provides some utility functions useful to format elapsed time (usually given in milliseconds).
Tools Tools for RapidMiner.
WeightedObject<E> Class used to represent an object together with a double weight.
WekaInstancesAdaptor This class extends the Weka class Instances and overrides all methods needed to directly use a RapidMiner ExampleSet as source for Weka instead of copying the complete data.
WekaLearnerCapabilities Checks if a given classifier supports the desired capability.
WekaOperatorFactory Registers all Weka core operators.
WekaTools This class contains static methods for converting Weka Instances to RapidMiner ExampleSet and vice versa.
WriterMultiplier By using this multiplier all written content is multiplied to the given writers.
XMLSerialization This class handles all kinds in- and output write processes for all kinds of objects into and from XML.
 

Exception Summary
XMLException Indicates that an exception during XML parsing occurred.
 

Package com.rapidminer.tools Description

Provides tools for RapidMiner like parsers for the input files.



Copyright © 2001-2009 by Rapid-I