Uses of Class
org.encog.ml.bayesian.EventType

Packages that use EventType
org.encog.ml.bayesian   
org.encog.ml.bayesian.query   
org.encog.ml.bayesian.query.sample   
 

Uses of EventType in org.encog.ml.bayesian
 

Methods in org.encog.ml.bayesian that return EventType
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.
 

Uses of EventType in org.encog.ml.bayesian.query
 

Methods in org.encog.ml.bayesian.query that return EventType
 EventType BayesianQuery.getEventType(BayesianEvent event)
          Get the event type.
 EventType BasicQuery.getEventType(BayesianEvent event)
          Get the event type.
 

Methods in org.encog.ml.bayesian.query with parameters of type EventType
 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).
 

Uses of EventType in org.encog.ml.bayesian.query.sample
 

Methods in org.encog.ml.bayesian.query.sample that return EventType
 EventType EventState.getEventType()
           
 

Methods in org.encog.ml.bayesian.query.sample with parameters of type EventType
 void EventState.setEventType(EventType eventType)
           
 



Copyright © 2014. All Rights Reserved.