Package | Description |
---|---|
org.datavec.api.transform.condition |
Modifier and Type | Method and Description |
---|---|
static BooleanCondition.Type |
BooleanCondition.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanCondition.Type[] |
BooleanCondition.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BooleanCondition(BooleanCondition.Type type,
Condition... conditions) |
Copyright © 2020. All rights reserved.