| Package | Description |
|---|---|
| de.dfki.mycbr.core |
Contains all classes that represent core functionality of a CBR application
such as the domain model, case bases, similarity functions and retrieval algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultCaseBase |
Project.createDefaultCB(java.lang.String name)
Tries to create a default case base for this project.
|
DefaultCaseBase |
Project.createDefaultCB(java.lang.String cbName,
int currentCBCount)
Used to speed up the import of case bases if the number of cases
is known.
|