Model¶
|
Initialize the vampire model. |
|
Builds all models from the input info of image sets. |
|
Builds VAMPIRE model to one image set. |
|
Applies all models from the input info of image sets. |
|
Apply VAMPIRE model to one image set. |
Implementation Details¶
|
Checks if path contains characters prohibited by the operating system. |
|
Checks if input DataFrame to build_models has the appropriate shape. |
|
Parse required columns of input DataFrame to build_models. |
|
Checks if input DataFrame to apply_models has the appropriate shape. |
|
Parse required columns of input DataFrame to apply_models. |
|
Parse optional column(s) of input DataFrame to build_models and apply_models. |