Uses of Class
oracle.pgx.config.mllib.AggregationOperation
-
Packages that use AggregationOperation 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. -
-
Uses of AggregationOperation in oracle.pgx.api.mllib
Methods in oracle.pgx.api.mllib with parameters of type AggregationOperation Modifier and Type Method Description GraphWiseAttentionLayerConfigBuilder
GraphWiseAttentionLayerConfigBuilder. setHeadAggregation(AggregationOperation aggregationOperation)
Set the aggregation operation for this layer (seeAggregationOperation
) -
Uses of AggregationOperation in oracle.pgx.config.mllib
Fields in oracle.pgx.config.mllib declared as AggregationOperation Modifier and Type Field Description static AggregationOperation
GraphWiseAttentionLayerConfig. DEFAULT_AGGREGATION_OPERATION
Methods in oracle.pgx.config.mllib that return AggregationOperation Modifier and Type Method Description AggregationOperation
GraphWiseAttentionLayerConfig. getHeadAggregation()
static AggregationOperation
AggregationOperation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AggregationOperation[]
AggregationOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config.mllib with parameters of type AggregationOperation Modifier and Type Method Description void
GraphWiseAttentionLayerConfig. setHeadAggregation(AggregationOperation aggregationOperation)
-