Predictor |
The PredictorType type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Returns true if obj is the same
PredictorType as this; false otherwise.
(Overrides ValueTypeEquals(Object)) | |
Equals(PredictorType) | Returns true if other represents the same predictor type; false otherwise. | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode) | |
GetValues | Returns an array of the available PredictorType values. | |
ToString |
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) |
Name | Description | |
---|---|---|
Equality(PredictorType, PredictorType) | Determines whether two specified PredictorType instances are equal. | |
Inequality(PredictorType, PredictorType) | Determines whether two specified PredictorType instances are not equal. |
Name | Description | |
---|---|---|
Average | For an extra predictor that is normalized such that the length of the period has no effect e.g. an Average measure of occupancy could be the percentage of full occupancy. A building could be 50% occupied for a week, or a month, or a year – longer periods would not mean larger figures. | |
Cumulative | For an extra predictor that increases with time and is naturally larger over longer periods e.g. a Cumulative measure of occupancy could be the total person-hours worked. If a typical day saw 110 person hours, a typical 5-day week might see 770 person hours (i.e. larger figures for longer periods). |
Version | Description |
---|---|
1.4 | This was added in version 1.4. |