[This is preliminary documentation and is subject to change.]

The options for calculating the utility of a rule

Namespace: Clarion.Framework.Templates
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public enum UtilityOptions

Members

Member nameValueDescription
CONSTANT0 Specifies to use constants for the cost and benefit when calculating the rule utility
EQUATION1 Specifies to use the cost and benefit equations for the cost and benefit when calculating the rule utility

See Also