Known Limitations
Currently genee has a number of known limitations:
- Very, very slow =(
- Maximum number of values per attribute is currently limited to 32
- Only nominal attribute values are supported
- The classifier is not thread-safe (mainly because it's using the Java 1.5 PriorityQueue implementation)