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