Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 639 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 639 Bytes

VALIS Algorithm

VALIS (Vote ALlocating Immune System) is an immune-inspired classification algorithm. See the project homepage for details. The algorithm itself is implemented in VALIS.dpr and Problem.pas files. The rest of the .pas files belong to the InvLibs unit collection. The project can be compiled with Delphi or Lazarus.

The 'Datasets' folder contains the data used in the experiments. Normalization has not yet been implemented, so if you want to test VALIS on your own datasets, make sure to normalize the features to zero mean and unit variance first.