Uses of Class
oracle.pgx.api.mllib.GraphWiseAttentionLayerConfigBuilder
-
Packages that use GraphWiseAttentionLayerConfigBuilder 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 GraphWiseAttentionLayerConfigBuilder in oracle.pgx.api
Methods in oracle.pgx.api that return GraphWiseAttentionLayerConfigBuilder Modifier and Type Method Description GraphWiseAttentionLayerConfigBuilderAnalyst. graphWiseAttentionLayerConfigBuilder()Return a GraphWiseAttentionLayerConfigBuilder used to create a GraphWiseAttentionLayerConfig -
Uses of GraphWiseAttentionLayerConfigBuilder in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib that return GraphWiseAttentionLayerConfigBuilder Modifier and Type Method Description GraphWiseAttentionLayerConfigBuilderGraphWiseAttentionLayerConfigBuilder. setHeadAggregation(AggregationOperation aggregationOperation)Set the aggregation operation for this layer (seeAggregationOperation)GraphWiseAttentionLayerConfigBuilderGraphWiseAttentionLayerConfigBuilder. setNumHeads(int numHeads)Set the number of heads that will be used in this layer.
-