Skip to content

bqcao/common_clib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

common_clib C implementation of certain algorithms/methods

DBScan

DBSCAN is a powerful and yet simple clustering algorithm. It's heaviliy dependent on the defined distance metric, well, like many other clusteirng algorithms outthere, also the way of the clusters forming is very similar to common sense of density forming.

Polyfit

Polynomial fits. Here I use the inversematrix to solve it.

Please feel free to grab anything as you see fits.

About

c lib for computations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages