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 GraphWiseDgiLayerConfigBuilder
Analyst. 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 GraphWiseDgiLayerConfigBuilder
GraphWiseDgiLayerConfigBuilder. setCorruptionFunction(CorruptionFunction corruptionFunction)
Sets the corruption function of the dgi layerGraphWiseDgiLayerConfigBuilder
GraphWiseDgiLayerConfigBuilder. setDiscriminator(GraphWiseDgiLayerConfig.Discriminator discriminator)
Sets the discriminator of the dgi layerGraphWiseDgiLayerConfigBuilder
GraphWiseDgiLayerConfigBuilder. setReadoutFunction(GraphWiseDgiLayerConfig.ReadoutFunction readoutFunction)
Sets the readout function of the dgi layer
-