Class ProductEdgeCombinationMethod
- java.lang.Object
-
- oracle.pgx.config.mllib.edgecombination.EdgeCombinationMethod
-
- oracle.pgx.config.mllib.edgecombination.ProductEdgeCombinationMethod
-
public class ProductEdgeCombinationMethod extends EdgeCombinationMethod
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class oracle.pgx.config.mllib.edgecombination.EdgeCombinationMethod
EdgeCombinationMethod.AggregationType
-
-
Field Summary
-
Fields inherited from class oracle.pgx.config.mllib.edgecombination.EdgeCombinationMethod
aggregationType
-
-
Constructor Summary
Constructors Constructor Description ProductEdgeCombinationMethod(boolean useSourceVertex, boolean useDestinationVertex, boolean useEdge)
-
Method Summary
-
Methods inherited from class oracle.pgx.config.mllib.edgecombination.EdgeCombinationMethod
getAggregationType, isUseDestinationVertex, isUseEdge, isUseSourceVertex
-
-