Uses of Class
oracle.pgx.config.mllib.edgecombination.EdgeCombinationMethod.AggregationType
-
Packages that use EdgeCombinationMethod.AggregationType Package Description oracle.pgx.config.mllib.edgecombination This package contains edge embedding methods for edgewise models. -
-
Uses of EdgeCombinationMethod.AggregationType in oracle.pgx.config.mllib.edgecombination
Fields in oracle.pgx.config.mllib.edgecombination declared as EdgeCombinationMethod.AggregationType Modifier and Type Field Description EdgeCombinationMethod.AggregationTypeEdgeCombinationMethod. aggregationTypeMethods in oracle.pgx.config.mllib.edgecombination that return EdgeCombinationMethod.AggregationType Modifier and Type Method Description EdgeCombinationMethod.AggregationTypeEdgeCombinationMethod. getAggregationType()static EdgeCombinationMethod.AggregationTypeEdgeCombinationMethod.AggregationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EdgeCombinationMethod.AggregationType[]EdgeCombinationMethod.AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in oracle.pgx.config.mllib.edgecombination with parameters of type EdgeCombinationMethod.AggregationType Constructor Description EdgeCombinationMethod(EdgeCombinationMethod.AggregationType aggregationType, boolean useSourceVertex, boolean useEdge, boolean useDestinationVertex)
-