Click or drag to resize

PredictorType Methods

The PredictorType type exposes the following members.

Methods
 NameDescription
Public methodEquals(Object) Returns true if obj is the same PredictorType as this; false otherwise.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PredictorType) Returns true if other represents the same predictor type; false otherwise.
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode)
Public methodStatic memberGetValues Returns an array of the available PredictorType values.
Public methodToString Returns a non-null, non-empty string representation of this object in the format required to specify an PredictorType in the request XML ("Cumulative" or "Average").
(Overrides ValueTypeToString)
Top
See Also