Class ConcatEdgeCombinationMethod
java.lang.Object
oracle.pgx.config.mllib.edgecombination.EdgeCombinationMethod
oracle.pgx.config.mllib.edgecombination.ConcatEdgeCombinationMethod
-
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
ConstructorsConstructorDescriptionConcatEdgeCombinationMethod(boolean useSourceVertex, boolean useDestinationVertex, boolean useEdge) -
Method Summary
Methods inherited from class oracle.pgx.config.mllib.edgecombination.EdgeCombinationMethod
getAggregationType, isUseDestinationVertex, isUseEdge, isUseSourceVertex
-
Constructor Details
-
ConcatEdgeCombinationMethod
public ConcatEdgeCombinationMethod(boolean useSourceVertex, boolean useDestinationVertex, boolean useEdge)
-