Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 266 Bytes

cawfss

A partitional cluster analysis and feature selection library written in C++.

Supported clustering algorithms:

  • KMeans
  • ISODATA

Supported feature selection algorithms:

  • Genetic algorithm
  • Hill Climbing
  • Step-wise (optimization on Hill Climbing)