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