| 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.
|
| de.dfki.mycbr.io |
Contains classes that handle import and export of relevant CBR application
data.
|
| Modifier and Type | Method and Description |
|---|---|
static ICaseBase.Meta |
ICaseBase.Meta.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICaseBase.Meta[] |
ICaseBase.Meta.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSVImporter.setMeta(java.lang.Integer col,
ICaseBase.Meta meta)
Adds a mapping entry for meta tag of a case
to the given column in the underlying data set.
|