C# Class AIMA.Core.Probability.Reasoning.Particle

Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
Particle ( String state ) : System
Particle ( String state, double weight ) : System
getState ( ) : String
getWeight ( ) : double
hasState ( String aState ) : bool
setWeight ( double particleWeight ) : void

Method Details

Particle() public method

public Particle ( String state ) : System
state String
return System

Particle() public method

public Particle ( String state, double weight ) : System
state String
weight double
return System

getState() public method

public getState ( ) : String
return String

getWeight() public method

public getWeight ( ) : double
return double

hasState() public method

public hasState ( String aState ) : bool
aState String
return bool

setWeight() public method

public setWeight ( double particleWeight ) : void
particleWeight double
return void