|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.MiningObject | +--oracle.dmt.odm.model.NetworkFeature
An instance of NetworkFeature
consists of ConditionalProbabilityExpression
s. A conditional probability is a measure of the probability of an event under specified conditions. It is the detection of differences in target probabilities conditioned on the value of one or more predictors that is the goal of supervised learning models.
Method Summary | |
ConditionalProbabilityExpression[] |
getConditionalProbabilityExpressions() Returns the array of ConditionalProbabilityExpressions. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public ConditionalProbabilityExpression[] getConditionalProbabilityExpressions()
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |