Uses of Class
oracle.pgx.config.mllib.corruption.CorruptionFunction
-
Packages that use CorruptionFunction 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.oracle.pgx.config.mllib.corruption This package contains classes for feature corruption functions. -
-
Uses of CorruptionFunction in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib with parameters of type CorruptionFunction Modifier and Type Method Description GraphWiseDgiLayerConfigBuilderGraphWiseDgiLayerConfigBuilder. setCorruptionFunction(CorruptionFunction corruptionFunction)Sets the corruption function of the dgi layer -
Uses of CorruptionFunction in oracle.pgx.config.mllib
Fields in oracle.pgx.config.mllib declared as CorruptionFunction Modifier and Type Field Description static CorruptionFunctionGraphWiseDgiLayerConfig. DEFAULT_CORRUPTION_FUNCTIONCorruptionFunction#PERMUTATIONMethods in oracle.pgx.config.mllib that return CorruptionFunction Modifier and Type Method Description CorruptionFunctionGraphWiseDgiLayerConfig. getCorruptionFunction()Methods in oracle.pgx.config.mllib with parameters of type CorruptionFunction Modifier and Type Method Description voidGraphWiseDgiLayerConfig. setCorruptionFunction(CorruptionFunction corruptionFunction) -
Uses of CorruptionFunction in oracle.pgx.config.mllib.corruption
Subclasses of CorruptionFunction in oracle.pgx.config.mllib.corruption Modifier and Type Class Description classPermutationCorruption
-