Index of modules


B
BC_Array []
An extention of the standard Array module.
BC_BDTree []
Binary decision trees
BC_CachedArray []
Arrays implemented through a caching mechanism (weak pointers).
BC_Char []
An extention of the standard Char module.
BC_CharFreq []
counting frequencies of characters.
BC_Clustering []
Clustering algorithms.
BC_Cont []
Miscellaneous container data structures
BC_DNA []
Operations on DNA sequences
BC_Fasta []
FASTA functions.
BC_IO []
Input/Output functions.
BC_Indexing []
Alphabet Indexing functions
BC_Learning []
Machine Learning stuff
BC_List []
An extention of the standard List module.
BC_NA []
Functions over nucleic acid sequences
BC_Random []
Random stuff :P.
BC_Search []
Search strategies
BC_Stats []
Statistical functions
BC_StrMatch []
String matching algorithms
BC_Stream []
some extensions to standard Stream
BC_String []
An extention of the standard String module.
BC_Utils []
Miscellaneous utility functions.

C
CharMap [BC_CharFreq]
A Map module for character elements

D
DisjSet [BC_Cont]
Operation on disjoint sets

L
LeftistHeap [BC_Cont]
LeftistHeap, as in Chris Okasaki's book: "Purely Functional Data Structures"

M
MakeCommonFunc [BC_Clustering]
functor to create module with common functions over the distances
MakeKMeans [BC_Clustering]
make a KMeans module for a given data type with a distance function and mean function
MySQL []
MySQL module made using camlidl.

R
Rmath []
Interface to functions in libRmath (standalone library of R functions).

S
StringMap [BC_Cont]
a Map specialized for string values