Class EdgeCombinationMethod
- java.lang.Object
-
- oracle.pgx.config.mllib.edgecombination.EdgeCombinationMethod
-
- Direct Known Subclasses:
ConcatEdgeCombinationMethod
,ProductEdgeCombinationMethod
public abstract class EdgeCombinationMethod extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EdgeCombinationMethod.AggregationType
-
Field Summary
Fields Modifier and Type Field Description EdgeCombinationMethod.AggregationType
aggregationType
-
Constructor Summary
Constructors Constructor Description EdgeCombinationMethod(EdgeCombinationMethod.AggregationType aggregationType, boolean useSourceVertex, boolean useEdge, boolean useDestinationVertex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeCombinationMethod.AggregationType
getAggregationType()
boolean
isUseDestinationVertex()
boolean
isUseEdge()
boolean
isUseSourceVertex()
-
-
-
Field Detail
-
aggregationType
public final EdgeCombinationMethod.AggregationType aggregationType
-
-
Constructor Detail
-
EdgeCombinationMethod
public EdgeCombinationMethod(EdgeCombinationMethod.AggregationType aggregationType, boolean useSourceVertex, boolean useEdge, boolean useDestinationVertex)
-
-
Method Detail
-
isUseEdge
public boolean isUseEdge()
-
isUseSourceVertex
public boolean isUseSourceVertex()
-
isUseDestinationVertex
public boolean isUseDestinationVertex()
-
getAggregationType
public EdgeCombinationMethod.AggregationType getAggregationType()
-
-