Uses of Class
oracle.pgx.api.mllib.UnsupervisedGraphWiseModel
-
Packages that use UnsupervisedGraphWiseModel 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 UnsupervisedGraphWiseModel in oracle.pgx.api
Methods in oracle.pgx.api that return UnsupervisedGraphWiseModel Modifier and Type Method Description UnsupervisedGraphWiseModelAnalyst. loadUnsupervisedGraphWiseModel(java.lang.String path, java.lang.String key)Loads an encrypted UnsupervisedGraphWise modelMethods in oracle.pgx.api that return types with arguments of type UnsupervisedGraphWiseModel Modifier and Type Method Description GenericModelLoader<UnsupervisedGraphWiseModel>Analyst. loadUnsupervisedGraphWiseModel()ReturnsGenericModelLoaderto configure how to load a UnsupervisedGraphWise model and then trigger it. -
Uses of UnsupervisedGraphWiseModel in oracle.pgx.api.mllib
Subclasses of UnsupervisedGraphWiseModel in oracle.pgx.api.mllib Modifier and Type Class Description classUnsupervisedAnomalyDetectionGraphWiseModelImplementation ofVertexAnomalyDetectionModelusingUnsupervisedGraphWiseModelSeeUnsupervisedAnomalyDetectionGraphWiseModelBuilderfor documentation of the hyperparameters.Methods in oracle.pgx.api.mllib that return UnsupervisedGraphWiseModel Modifier and Type Method Description UnsupervisedGraphWiseModelUnsupervisedGraphWiseModelBuilder. build()Builds the UnsupervisedGraphWise model with the specified parameters.Constructors in oracle.pgx.api.mllib with parameters of type UnsupervisedGraphWiseModel Constructor Description UnsupervisedAnomalyDetectionGraphWiseModel(UnsupervisedGraphWiseModel model)
-