view evaluation/notecsv2molina.awk @ 128:060ae29d3fdf

cleared feature vector (I think that was a bug)
author Matthias Mauch <mail@matthiasmauch.net>
date Wed, 01 Jul 2015 19:09:30 +0100
parents b22527106f71
children
line wrap: on
line source
BEGIN {FS=","}; {if ($2 > 0.09) {$2=$1+$2; $3 = 69+(log($3/440)/log(2)*12); print $1,$2, $3;}}