Uses of Class
weka.djl.InstancesAttributeType
-
Packages that use InstancesAttributeType Package Description weka.djl -
-
Uses of InstancesAttributeType in weka.djl
Methods in weka.djl that return InstancesAttributeType Modifier and Type Method Description static InstancesAttributeType
InstancesAttributeType. toType(int type)
Turns the Weka attribute type into the correspond enum one.static InstancesAttributeType
InstancesAttributeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstancesAttributeType[]
InstancesAttributeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in weka.djl with parameters of type InstancesAttributeType Modifier and Type Method Description protected void
InstancesDataset.InstancesBuilder. addColumn(String colName, InstancesAttributeType colType, boolean isClassColumn)
Adds the column as feature or label.
-