Skip to content

JasonWyse/AdvUtils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvUtils

Advanced Utility Libs

This project provides the following basic and advanced utility libs for developer.

  1. DictMatch: high performance string matching in large lexical dictionary

  2. Basic Trie-Tree: naive trie-tree builder and searching algorithm

  3. Double Array Trie-Tree: high performance parallel double array trie-tree builder and searching algorithm

  4. Big Array: the large array which supports more than 2G size

  5. Variable Big Array: the variable large array which supports more than 2G size

  6. Big Dictionary: the large dictionary which supports more than 2G size

  7. Regressions: it include multiple linear regression, simple linear regression, singular polynomial regression and logistic regression. These regression algorithms are imported from Accord.net

  8. Logger: The utility class for logging.

About

Advanced Utility Libs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%