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