Uses of Class
oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
Packages that use SupervisedGraphWiseModel 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 SupervisedGraphWiseModel in oracle.pgx.api
Methods in oracle.pgx.api that return SupervisedGraphWiseModel Modifier and Type Method Description SupervisedGraphWiseModel
Analyst. loadSupervisedGraphWiseModel(java.lang.String path, java.lang.String key)
Loads an encrypted SupervisedGraphWise modelMethods in oracle.pgx.api that return types with arguments of type SupervisedGraphWiseModel Modifier and Type Method Description GenericModelLoader<SupervisedGraphWiseModel>
Analyst. loadSupervisedGraphWiseModel()
ReturnsGenericModelLoader
to configure how to load a SupervisedGraphWiseModel model and then trigger it. -
Uses of SupervisedGraphWiseModel in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return SupervisedGraphWiseModel Modifier and Type Method Description SupervisedGraphWiseModel
SupervisedGraphWiseModelBuilder. build()
Builds the SupervisedGraphWise model with the specified parameters.
-