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

B12276-01

oracle.dmt.odm.rule
Class TargetItem

java.lang.Object
  |
  +--oracle.dmt.odm.rule.TargetItem

public class TargetItem
extends java.lang.Object

An instance of TargetItem represents a target value and its probability and count. It is used in the ABNMiningRule.

Since:
9.2.0.4

Method Summary
 int getCount()
          Returns the target count.
 float getProbability()
          Returns the target probability.
 Category getTarget()
          Returns the target value.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getTarget

public Category getTarget()
Returns the target value.
Returns:
Category - target value

getProbability

public float getProbability()
Returns the target probability.
Returns:
float - target probability

getCount

public int getCount()
Returns the target count.
Returns:
int - target count

Copyright © 2003 Oracle Corporation. All Rights Reserved.