| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| oracle.pgx.api.mllib |
| Modifier and Type | Method and Description |
|---|---|
UnsupervisedGraphWiseModel |
Analyst.loadUnsupervisedGraphWiseModel(java.lang.String path, java.lang.String key)
Loads an encrypted UnsupervisedGraphWise model
|
| Modifier and Type | Method and Description |
|---|---|
GenericModelLoader<UnsupervisedGraphWiseModel> |
Analyst.loadUnsupervisedGraphWiseModel()
Returns
GenericModelLoader to configure how to load a UnsupervisedGraphWise model and then trigger it. |
| Modifier and Type | Method and Description |
|---|---|
UnsupervisedGraphWiseModel |
UnsupervisedGraphWiseModelBuilder.build()
Builds the UnsupervisedGraphWise model with the specified parameters.
|