Package javax.datamining.base

This package contains Java interfaces that are the top-level objects in JDM and consist of named objects as well as top-level base interfaces such as ModelDetail and AlgorithmSettings.

See:
          Description

Interface Summary
AlgorithmSettings The interface AlgorithmSettings serves as a common interface to the set of algorithm settings classes.
BuildSettings BuildSettings instance captures the high level specification for building a data mining model.
Model Model is the result of executing an algorithm over a set of input (or build) data according to a function/algorithm settings specification.
ModelDetail ModelDetail instance provides the algorithm-related details, i.e., representation, of a model.
Task The interface Task is an abstraction of the metadata needed to perform a mining operation.
 

Package javax.datamining.base Description

This package contains Java interfaces that are the top-level objects in JDM and consist of named objects as well as top-level base interfaces such as ModelDetail and AlgorithmSettings.