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