cd liblinear-1.8 make cd python make cd ../.. # Classify an observed fingerprint. ./predict.py -m nmap.model <(./nmap26fp.py t.fp) # Edit nmap.groups ./train.py -c 100 -s nmap.set -g nmap.groups --scale > nmap.model # Create FPModel.h and FPModel.cc ./c_struct.py -m nmap.model # Used to initialize nmap.groups, shouldn't be needed. ./cluster.py training/ > nmap.groups