|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 |
Type | Method |
---|---|
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()
ConditionalProbabilityExpression
[] - the array of conditional probability expressions.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |