C# Class Accord.Tests.Statistics.GenericHiddenMarkovModelTest2

Show file Open project: accord-net/framework

Public Methods

Method Description
CreateDiscrete ( ITopology topology, int symbols ) : int>.HiddenMarkovModel
CreateDiscrete ( ITopology topology, int symbols, bool random ) : int>.HiddenMarkovModel
CreateDiscrete ( double transitions, double emissions, double probabilities, bool logarithm = false ) : int>.HiddenMarkovModel
CreateDiscrete ( int states, int symbols ) : int>.HiddenMarkovModel
CreateDiscrete ( int states, int symbols, bool random ) : int>.HiddenMarkovModel

Private Methods

Method Description
BigSampleLearnTest13 ( ) : void
ConstructorTest ( ) : void
ConstructorTest2 ( ) : void
ConstructorTest3 ( ) : void
ConstructorTest_RandomEquals ( ) : void
DecodeIntegersTest ( ) : void
DecodeTest ( ) : void
DecodeTest2 ( ) : void
DecodeTest5 ( ) : void
FittingOptionsTest ( ) : void
GenerateTest ( ) : void
LearnTest10 ( ) : void
LearnTest10_Independent ( ) : void
LearnTest11 ( ) : void
LearnTest12 ( ) : void
LearnTest13 ( ) : void
LearnTest3 ( ) : void
LearnTest6 ( ) : void
LearnTest7 ( ) : void
LearnTest8 ( ) : void
LearnTest9 ( ) : void
LearnTest_EmptySequence ( ) : void
PosteriorTest1 ( ) : void
checkDegenerate ( double observations, int states ) : void

Method Details

CreateDiscrete() public static method

public static CreateDiscrete ( ITopology topology, int symbols ) : int>.HiddenMarkovModel
topology ITopology
symbols int
return int>.HiddenMarkovModel

CreateDiscrete() public static method

public static CreateDiscrete ( ITopology topology, int symbols, bool random ) : int>.HiddenMarkovModel
topology ITopology
symbols int
random bool
return int>.HiddenMarkovModel

CreateDiscrete() public static method

public static CreateDiscrete ( double transitions, double emissions, double probabilities, bool logarithm = false ) : int>.HiddenMarkovModel
transitions double
emissions double
probabilities double
logarithm bool
return int>.HiddenMarkovModel

CreateDiscrete() public static method

public static CreateDiscrete ( int states, int symbols ) : int>.HiddenMarkovModel
states int
symbols int
return int>.HiddenMarkovModel

CreateDiscrete() public static method

public static CreateDiscrete ( int states, int symbols, bool random ) : int>.HiddenMarkovModel
states int
symbols int
random bool
return int>.HiddenMarkovModel