Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.mllib |
This package contains graph machine learning tools for use with PGX.
|
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.
|