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 |
---|---|
Pg2vecModel |
Analyst.loadPg2vecModel(java.lang.String path, java.lang.String key)
Loads an encrypted pg2vec model
|
Modifier and Type | Method and Description |
---|---|
GenericModelLoader<Pg2vecModel> |
Analyst.loadPg2vecModel()
Returns
GenericModelLoader to configure how to load a Pg2vec model and then trigger it. |
Modifier and Type | Method and Description |
---|---|
Pg2vecModel |
Pg2vecModelBuilder.build()
Builds the Pg2vec Model with the builder configuration
|