Package javax.datamining.supervised

This package contains Java classes describing the generic settings, model, test task and test result of supervised learning.

See:
          Description

Interface Summary
SupervisedAlgorithmSettings A SupervisedAlgorithmSettings serves as a common interface for all supervised learning algorithms supported in JDM.
SupervisedModel A SupervisedModel is a common interface for supervised mining models supported in JDM.
SupervisedSettings The interface SupervisedSettings serves as a common interface for supervised mining functions.
TestMetrics TestMetrics is a common interface for the metadata created as the result of executing a test task on a supervised model.
TestMetricsTask The interface TestMetricsTask represents a common placeholder for a task that is used to obtain various test metrics given an apply output.
TestTask A TestTask is a common interface for all tasks that test a supervised model.
 

Class Summary
TestTaskCapability The enumeration TestTaskCapability lists the capabilities that are provided for test task.
 

Package javax.datamining.supervised Description

This package contains Java classes describing the generic settings, model, test task and test result of supervised learning. JDM supports two types of supervised learning: regression and classification. Each of these types of supervised learning is represented as a subpackage. This package is required if any of these subpackages is implemented.