BotSharp/BotSharp.Algorithm/Bayesian
2018-09-04 07:22:51 -05:00
..
ClassBase.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
CombinedConditionalProbabilities.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
ConditionalProbability.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
DataSet.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
EmptyDataSet.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
IClass.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
IClassifier.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
IDataSet.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
IDataSetAccessor.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
IToken.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
ITokenRegistration.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
ITrainingSet.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
ITrainingSetAccessor.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
LinqExtensions.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
NaiveClassifier.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
StringClass.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
StringToken.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
TokenCount.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
TokenInformation.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00
TrainingSet.cs add Bayesian to algorithm, inspired from https://github.com/sunsided/bayes-classification 2018-09-04 07:22:51 -05:00