ModelType Objects

Subclass of Enum.

This class enumerates the valid model types. These are largely based on the JDM 1.1 and draft JDM 2.0 data mining functions definition.

Constants:

getEnum(name) : ModelType

name (string) : the enumeration name

Returns the enumeration with the supplied name or None if no enumeration exists for the supplied name.

getValues() : ModelType[]

Returns an array containing all the valid values for this enumeration class.

m.isUnknown() : boolean

Returns True if this value is ModelType.UNKNOWN.