Uses of Class
oracle.pgx.config.mllib.EvaluationFrequencyScale
-
Packages that use EvaluationFrequencyScale Package Description oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX.oracle.pgx.config.mllib This package contains APIs to all graph machine learning features of PGX. -
-
Uses of EvaluationFrequencyScale in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib with parameters of type EvaluationFrequencyScale Modifier and Type Method Description GraphWiseValidationConfigBuilderGraphWiseValidationConfigBuilder. setEvaluationFrequencyScale(EvaluationFrequencyScale evaluationFrequencyScale)Set the evaluation frequency scale. -
Uses of EvaluationFrequencyScale in oracle.pgx.config.mllib
Fields in oracle.pgx.config.mllib declared as EvaluationFrequencyScale Modifier and Type Field Description static EvaluationFrequencyScaleGraphWiseValidationConfig. DEFAULT_EVALUATION_FREQUENCY_SCALEMethods in oracle.pgx.config.mllib that return EvaluationFrequencyScale Modifier and Type Method Description EvaluationFrequencyScaleGraphWiseValidationConfig. getEvaluationFrequencyScale()static EvaluationFrequencyScaleEvaluationFrequencyScale. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EvaluationFrequencyScale[]EvaluationFrequencyScale. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config.mllib with parameters of type EvaluationFrequencyScale Modifier and Type Method Description voidGraphWiseValidationConfig. setEvaluationFrequencyScale(EvaluationFrequencyScale evaluationFrequencyScale)
-