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 |
---|---|
DeepWalkModel |
Analyst.loadDeepWalkModel(java.lang.String path, java.lang.String key)
Loads an encrypted Deepwalk model
|
Modifier and Type | Method and Description |
---|---|
GenericModelLoader<DeepWalkModel> |
Analyst.loadDeepWalkModel()
Returns
GenericModelLoader to configure how to load a DeepWalk model and then trigger it. |
Modifier and Type | Method and Description |
---|---|
DeepWalkModel |
DeepWalkModelBuilder.build()
Builds the DeepWalk model with the builder configuration
|