class
aicafe.Case
The class for a case in a dataset. Most of the procedure of processing the data of a case is done in this class.
Attributes:
| Name | Type | Description |
|---|---|---|
path
|
str
|
The path of the case, i.e., the input of |
name_case
|
str
|
The name of the case, normally like |
name_dataset
|
str
|
The name of the dataset that the case belongs to, e.g., |
__init__(self, path)
init.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
str
|
The path of the case to process, e.g., |
required |
Raises:
| Type | Description |
|---|---|
FileNotFoundError
|
If input |