FILES |-- bin.awk : descretizer for non-class attributes |-- data | |-- discrete : data with descrete classes | `-- numeric : data with numeric classes |-- which2d.awk : which2 for discrete classes `-- which2n.awk : which2 for numeric classes CHANGE LOG 1) Discretizer added for continious non-class attributes 2) Internal representation changed - before : attributeNumber=value - now : attributeName=value