Uses of Class
org.dmg.pmml.Array.Type
-
Packages that use Array.Type Package Description org.dmg.pmml org.jpmml.model -
-
Uses of Array.Type in org.dmg.pmml
Methods in org.dmg.pmml that return Array.Type Modifier and Type Method Description static Array.TypeArray.Type. fromValue(java.lang.String v)Array.TypeArray. getType()Array.TypeArray. requireType()static Array.TypeArray.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Array.Type[]Array.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type Array.Type Modifier and Type Method Description ArrayArray. setType(Array.Type type)ComplexArrayComplexArray. setType(Array.Type type)Constructors in org.dmg.pmml with parameters of type Array.Type Constructor Description Array(Array.Type type, java.lang.Object value)ComplexArray(Array.Type type, java.util.Collection<?> value) -
Uses of Array.Type in org.jpmml.model
Methods in org.jpmml.model with parameters of type Array.Type Modifier and Type Method Description static java.lang.StringArrayUtil. format(Array.Type type, java.util.Collection<?> values)static java.util.List<java.lang.String>ArrayUtil. parse(Array.Type type, java.lang.String string)
-