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 |
---|---|
GenericModelLoader<UnsupervisedAnomalyDetectionGraphWiseModel> |
Analyst.loadUnsupervisedAnomalyDetectionGraphWiseModel()
Returns
GenericModelLoader to configure how to load a UnsupervisedAnomalyDetectionGraphWise model
and then trigger it. |
Modifier and Type | Method and Description |
---|---|
UnsupervisedAnomalyDetectionGraphWiseModel |
UnsupervisedAnomalyDetectionGraphWiseModelBuilder.build()
Builds the UnsupervisedAnomalyDetectionGraphWiseModel model with the specified parameters.
|