Difference between revisions of "Datamining for Forensics"
From Forensics Wiki
m (Created page with 'This page is a place-holder for algorithms and approaches that might be useful in dataming as applied for computer forensics. ==Algorithms== * http://en.wikipedia.org/wiki/DBSCA…') |
m |
||
| Line 3: | Line 3: | ||
==Algorithms== | ==Algorithms== | ||
* http://en.wikipedia.org/wiki/DBSCAN — DBScan clustering algorithm. | * http://en.wikipedia.org/wiki/DBSCAN — DBScan clustering algorithm. | ||
| + | * http://en.wikipedia.org/wiki/Okapi_BM25 — Okapi BM25 — A ranking function used by search engines. | ||
| + | * http://en.wikipedia.org/wiki/Soundex — Soundex, for doing "sounds like" searching. | ||
Revision as of 01:38, 19 July 2009
This page is a place-holder for algorithms and approaches that might be useful in dataming as applied for computer forensics.
Algorithms
- http://en.wikipedia.org/wiki/DBSCAN — DBScan clustering algorithm.
- http://en.wikipedia.org/wiki/Okapi_BM25 — Okapi BM25 — A ranking function used by search engines.
- http://en.wikipedia.org/wiki/Soundex — Soundex, for doing "sounds like" searching.