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 |
---|---|
UnsupervisedEdgeWiseModel |
Analyst.loadUnsupervisedEdgeWiseModel(java.lang.String path,
java.lang.String key)
Loads an encrypted UnsupervisedEdgeWise model
|
Modifier and Type | Method and Description |
---|---|
GenericModelLoader<UnsupervisedEdgeWiseModel> |
Analyst.loadUnsupervisedEdgeWiseModel()
Returns
GenericModelLoader to configure how to load a UnsupervisedEdgeWiseModel model and then trigger it. |
Modifier and Type | Method and Description |
---|---|
UnsupervisedEdgeWiseModel |
UnsupervisedEdgeWiseModelBuilder.build()
Builds the UnsupervisedEdgeWise model with the specified parameters.
|