Package oracle.dmt.odm.result

This packages contains Java classes representing mining results.

See:
          Description

Class Summary
ClassDescription
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.
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 The abstract class MiningResult is a common superclass for ODM result objects of mining operations (build, apply, test and compute lift).
MiningTestResult An instance of MiningTestResult represents the result of mining test operation.
ModelSeekerResult An instance of ModelSeekerResult contains the results objects created by the execution of a ModelSeekerTask.
This class contains an array of ModelSeekerResultEntry objects, one for each model built by the ModelSeekerTask execution.
ModelSeekerResultEntry An instance of ModelSeekerResultEntry represents the results for a single model built by the execution of a ModelSeekerTask.
This class contains references to other named objects (e.g., MiningTestResult, MiningLiftResult, MiningModel, etc.) associated with the particular model.
RecordInstance An instance of RecordInstance represents a single record of data.
 

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).

Oracle9i 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.