Uses of Class
oracle.pgx.api.mllib.GraphWiseConvLayerConfigBuilder
-
Packages that use GraphWiseConvLayerConfigBuilder 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 GraphWiseConvLayerConfigBuilder in oracle.pgx.api
Methods in oracle.pgx.api that return GraphWiseConvLayerConfigBuilder Modifier and Type Method Description GraphWiseConvLayerConfigBuilder
Analyst. graphWiseConvLayerConfigBuilder()
Return a GraphWiseConvLayerConfigBuilder used to create a GraphWiseConvLayerConfig -
Uses of GraphWiseConvLayerConfigBuilder in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return GraphWiseConvLayerConfigBuilder Modifier and Type Method Description GraphWiseConvLayerConfigBuilder
GraphWiseConvLayerConfigBuilder. setWeightedAggregationProperty(java.lang.String neighborWeightProperty)
Set the graph property to be used for weighted aggregation.
-