| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Generic interface for Classification and Regression Trees (CARTs) based on the Breiman, Friedman, Olshen, and Stone document "Classification and Regression Trees." Wadsworth, Belmont, CA, 1984.
| Method Summary | |
|  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. | 
| Method Detail | 
public java.lang.Object interpret(Item item)
item - the item to analyze
public void dumpBinary(java.io.DataOutputStream os)
                throws java.io.IOException
os - the output stream
java.io.IOException - if an error occurs during output| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||