|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
CBR | This is a CBR (Case Base Reasoning) API implementation. |
CBRResult | This class contains results from CBR queries |
Console | This class contains functions for interactive console-oriented input/output |
Feature | This class represents a feature defined by a feature type and a value. |
GUI | This class contains functions for graphical interactions (startpoint for the GUI application) |
WebResult | This class contains results from CBR web queries. |
This is a GUI application, a command line utility, a Java bean, a web application and a general API for Case Based Reasoning.
java -jar FreeCBR.jar
" or "java -cp FreeCBR.jar FreeCBR.GUI
".
java -cp FreeCBR.jar FreeCBR.Console
".
<jsp:useBean id="CBRBean" scope="application" class="FreeCBR.CBR"/>
<%
CBRBean.setDatafile("xxxx");
CBRBean.readData();
%>
and in the result page use
<jsp:useBean id="CBRBean" scope="application" class="FreeCBR.CBR"/>
<%
CBRBean.search(request);
%>
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |