DecisionRule Methods |
The DecisionRule type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
CompareTo |
Compares this instance to another DecisionRule.
| |
Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
Equals(DecisionRule) |
Determines whether the specified DecisionRule is equal to this instance.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromNode |
Creates a new DecisionRule from a DecisionTree's
DecisionNode. This node must be a leaf, cannot be the root, and
should have one output value.
| |
GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsInconsistentWith |
Gets whether this rule and another rule have
the same antecedents but different outputs.
| |
Match |
Checks whether a the rule applies to a given input vector.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) | |
ToString(CultureInfo) |
Returns a String that represents this instance.
| |
ToString(CodificationString) |
Returns a String that represents this instance.
| |
ToString(CodificationString, CultureInfo) |
Returns a String that represents this instance.
| |
ToString(CodificationString, String, CultureInfo) |
Returns a String that represents this instance.
|
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
SetEqualsAntecedent |
Compares two enumerables for set equality. Two
enumerables are set equal if they contain the
same elements, but not necessarily in the same
order.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |