Uses of Class
oracle.pgx.api.mllib.UnsupervisedAnomalyDetectionGraphWiseModel
-
Packages that use UnsupervisedAnomalyDetectionGraphWiseModel 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. -
-
Uses of UnsupervisedAnomalyDetectionGraphWiseModel in oracle.pgx.api
Methods in oracle.pgx.api that return types with arguments of type UnsupervisedAnomalyDetectionGraphWiseModel Modifier and Type Method Description GenericModelLoader<UnsupervisedAnomalyDetectionGraphWiseModel>
Analyst. loadUnsupervisedAnomalyDetectionGraphWiseModel()
ReturnsGenericModelLoader
to configure how to load a UnsupervisedAnomalyDetectionGraphWise model and then trigger it. -
Uses of UnsupervisedAnomalyDetectionGraphWiseModel in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return UnsupervisedAnomalyDetectionGraphWiseModel Modifier and Type Method Description UnsupervisedAnomalyDetectionGraphWiseModel
UnsupervisedAnomalyDetectionGraphWiseModelBuilder. build()
Builds the UnsupervisedAnomalyDetectionGraphWiseModel model with the specified parameters.
-