Uses of Class
oracle.pgx.api.mllib.SupervisedEdgeWiseModel.SupervisedEdgeWiseInferenceType
-
Packages that use SupervisedEdgeWiseModel.SupervisedEdgeWiseInferenceType Package Description oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX. -
-
Uses of SupervisedEdgeWiseModel.SupervisedEdgeWiseInferenceType in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return SupervisedEdgeWiseModel.SupervisedEdgeWiseInferenceType Modifier and Type Method Description static SupervisedEdgeWiseModel.SupervisedEdgeWiseInferenceTypeSupervisedEdgeWiseModel.SupervisedEdgeWiseInferenceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SupervisedEdgeWiseModel.SupervisedEdgeWiseInferenceType[]SupervisedEdgeWiseModel.SupervisedEdgeWiseInferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-