CARTImplpublic interface CART
| Modifier and Type | Method | Description |
|---|---|---|
void |
dumpBinary(java.io.DataOutputStream os) |
Dumps this CART to the output stream.
|
java.lang.Object |
interpret(Item item) |
Passes the given item through this CART and returns the
interpretation.
|
java.lang.Object interpret(Item item)
item - the item to analyzevoid dumpBinary(java.io.DataOutputStream os)
throws java.io.IOException
os - the output streamjava.io.IOException - if an error occurs during output