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