Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
Instance is the Bayesian object
func (*Instance) AddInput ¶
func (b *Instance) AddInput(id int64, truestate bool, probGivenTrue float64, probGivenFalse float64)
AddInput is there to add an input to the bayesian observation
func (*Instance) SetInputState ¶
SetInputState will set the input state of one of the inputs that is identified by ID 'id'
Click to show internal directories.
Click to hide internal directories.