Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

Package oracle.dmt.odm.result

This packages contains Java classes representing mining results.

See:
          Description

Class Summary
ApplyContentItem The abstract class ApplyContentItem represents an item to be included as part of the apply output.
ApplyContentOptionItem Deprecated. As of ODM 9.2.0, substitute with ApplyMultipleScoringItem with nPair=1 and useTop=true.
ApplyMultipleScoringItem An instance of ApplyMultipleScoringItem is an element to construct a MiningApplyOutput object that is used as specification of the apply output.
ApplyRuleItem An instance of ApplyRuleItem is used to construct a MiningApplyOutput object used for the AdaptiveBayesNetwork apply mining operation.
ApplySourceAttributeItem An instance of ApplySourceAttributeItem is used to construct a MiningApplyOutput object used for the apply mining operation.
ApplyTargetProbabilityItem An instance of ApplyTargetProbabilityItem contains a set of target values whose prediction and probability are to appear in the apply output table, regardless rank.
ClassificationTestResult An instance of ClassificationTestResult represents the result of the test operation for a classification model.
LiftResultElement An instance of LiftResultElement contains information on the lift result for a specific quantile of data.
MiningApplyOutput An instance of MiningApplyOutput specifies the data (columns) to be included in the apply output table created as the result of the apply mining operation.
MiningApplyResult An instance of MiningApplyResult represents the result of the apply mining operation.
MiningBuildResult An instance of MiningBuildResult represents the result of the build mining operation.
MiningLiftResult An instance of MiningLiftResult contains the result of a lift computation for a classification model.
MiningResult A mining result object contains the end products of one of the following mining tasks: build, test, compute lift, or apply.
MiningTestResult An instance of MiningTestResult represents the result of mining test operation.
ModelSeekerResult Deprecated. Model Seeker functionality is deprecated in version 10.1.
ModelSeekerResultEntry Deprecated. Model Seeker functionality is deprecated in version 10.1.
RecordInstance An instance of RecordInstance represents a single record of data.
RegressionTestResult An instance of RegressionTestResult represents the result of the test operation for a RegressionTestResult model.

 

Package oracle.dmt.odm.result Description

This packages contains Java classes representing mining results. Mining results are named objects that can be created by either building a model (build result) or executing executing apply, test, or compute lift operations. Mining result classes provide static methods for retrieving results from the data mining server (DMS).

Oracle Data Mining supports the following types of mining results:

This package also contains classes used for specifying the format of apply output. Whereas a mining result is produced by a mining operation and stored in the DMS, mining output is user data transformed by an apply mining operation, which can be persisted in a different schema. Refer to MiningApplyOutput and MiningApplyTask for further details.


Copyright © 2003 Oracle Corporation. All Rights Reserved.