Package | Description |
---|---|
org.encog.ml.bayesian | |
org.encog.ml.bayesian.query | |
org.encog.ml.bayesian.query.sample |
Modifier and Type | Method and Description |
---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EventType |
BayesianQuery.getEventType(BayesianEvent event)
Get the event type.
|
EventType |
BasicQuery.getEventType(BayesianEvent event)
Get the event type.
|
Modifier and Type | Method and Description |
---|---|
void |
BayesianQuery.defineEventType(BayesianEvent event,
EventType et)
Define an event type to be either hidden(default), evidence(input) or
outcome (output).
|
void |
BasicQuery.defineEventType(BayesianEvent event,
EventType et)
Define an event type to be either hidden(default), evidence(input) or
outcome (output).
|
Modifier and Type | Method and Description |
---|---|
EventType |
EventState.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
EventState.setEventType(EventType eventType) |
Copyright © 2014. All Rights Reserved.