Uses of Class
org.datavec.api.transform.condition.BooleanCondition.Type
-
Packages that use BooleanCondition.Type Package Description org.datavec.api.transform.condition -
-
Uses of BooleanCondition.Type in org.datavec.api.transform.condition
Methods in org.datavec.api.transform.condition that return BooleanCondition.Type Modifier and Type Method Description static BooleanCondition.TypeBooleanCondition.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.Constructors in org.datavec.api.transform.condition with parameters of type BooleanCondition.Type Constructor Description BooleanCondition(BooleanCondition.Type type, Condition... conditions)
-