javax.datamining.base
Interface ModelDetail

All Known Subinterfaces:
NaiveBayesModelDetail, NeuralNetworkModelDetail, SVMClassificationModelDetail, SVMModelDetail, SVMRegressionModelDetail, TreeModelDetail

public interface ModelDetail

ModelDetail instance provides the algorithm-related details, i.e., representation, of a model. The model and its subclasses provide a function-level, generic representation for models. For example, a clustering model allows users to access clusters. However, a tree model, a kind of classification model, can have a specific tree representation that a knowledgeable user may need to inspect.

A model detail object need not be linked to a specific algorithm. It is possible that a given algorithm may provide none, one, or multiple representations for the model. In the case of multiple representations, the algorithm settings may contain an enumeration for specifying the type of model detail.

Author:
JSR-73 Java Data Mining Expert Group