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