Katso, an eclectic data scoring tool
Output score
- low for anticonformist data
- mean for conformist data
- high for eclectic data: data that is quite normal (data that has a lot in common with other data BUT has a few unusual attributes)
More detail in doc: Purpose
How your data must look like
Your data must consist of 1 or 0 values for criterions.
an example of data:
// identifier: bread // is_food: 1 // is_blue: 0 // is_beautiful: 1 bread = [1, 0, 1]
General usage:
Exists in two flavours.
See doc for one shot calculus vs flow calculus: OneShotOrFlow
- API doc for FlowCalculus
- API doc for OneShotCalculus (hm, really, give me a reason for using it).
Requires:
- Python 2.5/6.
- numpy
Licence:
GPL v3, but I (Feth) am open for discussion.