Uses of Class
oracle.pgx.api.mllib.GraphWiseDgiLayerConfigBuilder
-
Packages that use GraphWiseDgiLayerConfigBuilder Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.api.mllib This package contains graph machine learning tools for use with PGX. -
-
Uses of GraphWiseDgiLayerConfigBuilder in oracle.pgx.api
Methods in oracle.pgx.api that return GraphWiseDgiLayerConfigBuilder Modifier and Type Method Description GraphWiseDgiLayerConfigBuilderAnalyst. graphWiseDgiLayerConfigBuilder()Return a GraphWiseDgiLayerConfigBuilder used to create a GraphWiseDgiLayerConfig -
Uses of GraphWiseDgiLayerConfigBuilder in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return GraphWiseDgiLayerConfigBuilder Modifier and Type Method Description GraphWiseDgiLayerConfigBuilderGraphWiseDgiLayerConfigBuilder. setCorruptionFunction(CorruptionFunction corruptionFunction)Sets the corruption function of the dgi layerGraphWiseDgiLayerConfigBuilderGraphWiseDgiLayerConfigBuilder. setDiscriminator(GraphWiseDgiLayerConfig.Discriminator discriminator)Sets the discriminator of the dgi layerGraphWiseDgiLayerConfigBuilderGraphWiseDgiLayerConfigBuilder. setReadoutFunction(GraphWiseDgiLayerConfig.ReadoutFunction readoutFunction)Sets the readout function of the dgi layer
-