C# 클래스 Accord.Tests.Statistics.GenericHiddenMarkovModelTest2

파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CreateDiscrete() 공개 정적인 메소드

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

CreateDiscrete() 공개 정적인 메소드

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

CreateDiscrete() 공개 정적인 메소드

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

CreateDiscrete() 공개 정적인 메소드

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

CreateDiscrete() 공개 정적인 메소드

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