Uses of Class
smile.data.Attribute.Type
-
Packages that use Attribute.Type Package Description smile.data -
-
Uses of Attribute.Type in smile.data
Methods in smile.data that return Attribute.Type Modifier and Type Method Description Attribute.Type
Attribute. getType()
static Attribute.Type
Attribute.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Attribute.Type[]
Attribute.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in smile.data with parameters of type Attribute.Type Constructor Description Attribute(Attribute.Type type, java.lang.String name)
Constructor.Attribute(Attribute.Type type, java.lang.String name, double weight)
Constructor.Attribute(Attribute.Type type, java.lang.String name, java.lang.String description)
Constructor.Attribute(Attribute.Type type, java.lang.String name, java.lang.String description, double weight)
Constructor.
-