The CogPMAlignMultiRunParams type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| PMAlignRunParams | Gets or sets the PMAlignRunParams. | |
| ReportResultsFromOnePatternOnly | Gets or sets the ReportResultsFromOnePatternOnly Boolean. For Sequential search Sequential For SequentialMostRecentlySuccessful search SequentialMostRecentlySuccessful For SequentialMostSuccessful search SequentialMostSuccessful For Exhaustive search Exhaustive | |
| RuntimeMode | Gets or sets the runtime mode. | |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| StopSequentialThreshold | Gets or sets the StopSequentialThreshold. This property is only used in Sequential search as one of the stopping condition criteria. Sequential searches will stop when the total number of found instances (with a score at or above this threshold) from a single pattern meets or exceeds the ApproximateNumberToFind. It does not alter the PatMax search algorithm. The value must be greater or equal to the AcceptThreshold otherwise a runtime error will be reported. | |
| UseXYOverlapBetweenPatterns | Gets or sets the UseXYOverlapBetweenPatterns Boolean. If true, the overlap value from the PMAlignRunParams is used to discard overlapping instances of different patterns. Otherwise, the overlap value is only used to discard overlapping instances of a single pattern. |
See Also