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