| Package | Description |
|---|---|
| oracle.pgx.api.mllib |
| Modifier and Type | Method and Description |
|---|---|
FileModelLoader<ModelType> |
GenericModelLoader.file()
Returns a model loader for loading models from files
|
FileModelLoader<ModelType> |
FileModelLoader.key(java.lang.String key)
Configures the encryption key of the model file.
|
FileModelLoader<ModelType> |
FileModelLoader.path(java.lang.String path)
Configures the path to the model file
|