C# Class Accord.Tests.MachineLearning.NaiveBayesTest

Show file Open project: accord-net/framework

Public Methods

Method Description
Tokenize ( string text ) : string[]

Private Methods

Method Description
ComputeTest ( ) : void
ComputeTest2 ( ) : void
ComputeTest3 ( ) : void
ComputeTest3_Obsolete ( ) : void
ComputeTest_Obsolete ( ) : void
DistributionsTest ( ) : void
NaiveBayesConstructorTest ( ) : void
NaiveBayesConstructorTest2 ( ) : void
NaiveBayesConstructorTest3 ( ) : void
NaiveBayesConstructorTest4 ( ) : void
SerializeTest ( ) : void
laplace_smoothing_missing_sample ( ) : void
no_sample_test ( ) : void
test ( int>.NaiveBayes nb, int inputs, int sp ) : void

Method Details

Tokenize() public static method

public static Tokenize ( string text ) : string[]
text string
return string[]