C# Class PetriNetCore.MarkovModelRecorder

Description of MarkovModel.
ファイルを表示 Open project: aabs/PetriNets

Public Properties

Property Type Description
r System.Random

Private Properties

Property Type Description
GetSuccessors int>.Dictionary

Public Methods

Method Description
MarkovModelRecorder ( int symbolRange ) : System
Register ( int symbol ) : void
Replay ( ) : IEnumerable
Replay ( int symbol ) : IEnumerable

Private Methods

Method Description
GetSuccessors ( int symbol ) : int>.Dictionary

Method Details

MarkovModelRecorder() public method

public MarkovModelRecorder ( int symbolRange ) : System
symbolRange int
return System

Register() public method

public Register ( int symbol ) : void
symbol int
return void

Replay() public method

public Replay ( ) : IEnumerable
return IEnumerable

Replay() public method

public Replay ( int symbol ) : IEnumerable
symbol int
return IEnumerable

Property Details

r public_oe static_oe property

public static Random,System r
return System.Random