Class EdgeCombinationMethods
- java.lang.Object
-
- oracle.pgx.config.mllib.edgecombination.EdgeCombinationMethods
-
public final class EdgeCombinationMethods extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ConcatEdgeCombinationMethodDEFAULT_CONCAT_METHODstatic ProductEdgeCombinationMethodDEFAULT_PRODUCT_METHODstatic booleanDEFAULT_USE_DESTINATION_VERTEXstatic booleanDEFAULT_USE_EDGEstatic booleanDEFAULT_USE_SOURCE_VERTEX
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConcatEdgeCombinationMethodconcatEdgeCombinationMethod(boolean useSourceVertex, boolean useDestinationVertex, boolean useEdge)static ProductEdgeCombinationMethodproductEdgeCombinationMethod(boolean useSourceVertex, boolean useDestinationVertex, boolean useEdge)
-
-
-
Field Detail
-
DEFAULT_USE_SOURCE_VERTEX
public static final boolean DEFAULT_USE_SOURCE_VERTEX
- See Also:
- Constant Field Values
-
DEFAULT_USE_DESTINATION_VERTEX
public static final boolean DEFAULT_USE_DESTINATION_VERTEX
- See Also:
- Constant Field Values
-
DEFAULT_USE_EDGE
public static final boolean DEFAULT_USE_EDGE
- See Also:
- Constant Field Values
-
DEFAULT_PRODUCT_METHOD
public static final ProductEdgeCombinationMethod DEFAULT_PRODUCT_METHOD
-
DEFAULT_CONCAT_METHOD
public static final ConcatEdgeCombinationMethod DEFAULT_CONCAT_METHOD
-
-
Method Detail
-
concatEdgeCombinationMethod
public static ConcatEdgeCombinationMethod concatEdgeCombinationMethod(boolean useSourceVertex, boolean useDestinationVertex, boolean useEdge)
-
productEdgeCombinationMethod
public static ProductEdgeCombinationMethod productEdgeCombinationMethod(boolean useSourceVertex, boolean useDestinationVertex, boolean useEdge)
-
-