| Package | Description |
|---|---|
| org.jdmp.core.algorithm |
| Modifier and Type | Method and Description |
|---|---|
Algorithm.EdgeDirection |
Algorithm.getEdgeDirection(String key) |
Algorithm.EdgeDirection |
AbstractAlgorithm.getEdgeDirection(String key) |
static Algorithm.EdgeDirection |
Algorithm.EdgeDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm.EdgeDirection[] |
Algorithm.EdgeDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Algorithm.setEdgeDirection(String key,
Algorithm.EdgeDirection direction) |
void |
AbstractAlgorithm.setEdgeDirection(String key,
Algorithm.EdgeDirection direction) |
Copyright © 2015 Java Data Mining Package. All rights reserved.