> Capabilities > Algorithms

Algorithms

TechFoundry can be provide Java solutions for statistical and data analysis.

Graph Analysis

Direct and undirected graphs can be modelled and persisted. Applications could include social graph analysis, least cost path analysis, etc. Dijkstra's shortest path algorithm is available.

Statistics

Statistical analysis of data is available using the Apache Commons Math library. For high performance and scientific analysis of data CERN's COLT library is also available.

Data Mining

TechFoundry has developed Java implementations of a number of association rule mining algorithms. Applications could include market basket analysis, optimisation of web page navigation structure, etc.

Sequence Analysis

TechFoundry has developed Java implementations of the Smith-Waterman and Needleman-Wunch to solve the Longest Common Subsequence problem.