Provides access to methods that create filters based on the values in a CategoricalVariable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Structure CategoricalFilters
C#
public struct CategoricalFilters
C++
public value class CategoricalFilters

Methods

IconTypeDescription
Between(Object, Object)
Returns a Filter that selects all observations that lie between the specified values.
Between(CategoricalVariable, CategoricalVariable)
Returns a Filter that selects all observations between the corresponding observations in two other variables.
Equals(Object)
Indicates whether this instance and a specified object are equal.
EqualTo(Object)
Returns a Filter that selects all observations equal to the specified value.
EqualTo(CategoricalVariable)
Returns a Filter that selects all observations equal to the corresponding observation in another variable.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
Find(Predicate<(Of Object>))
Returns a Filter that selects all observations that match the specified Predicate<(Of T>).
GetHashCode()
Returns the hash code for this instance.
GetType()
Gets the Type of the current instance.
GreaterThan(Object)
Returns a Filter that selects all observations greater than the specified value.
GreaterThan(CategoricalVariable)
Returns a Filter that selects all observations greater than the corresponding observation in another variable.
GreaterThanOrEqualTo(Object)
Returns a Filter that selects all observations greater than or equal to the specified value.
GreaterThanOrEqualTo(CategoricalVariable)
Returns a Filter that selects all observations greater than or equal to the corresponding observation in another variable.
LessThan(Object)
Returns a Filter that selects all observations less than the specified value.
LessThan(CategoricalVariable)
Returns a Filter that selects all observations less than the corresponding observation in another variable.
LessThanOrEqualTo(Object)
Returns a Filter that selects all observations less than or equal to the specified value.
LessThanOrEqualTo(CategoricalVariable)
Returns a Filter that selects all observations less than or equal to the corresponding observation in another variable.
MemberwiseClone()
Creates a shallow copy of the current Object.
NotBetween(Object, Object)
Returns a Filter that selects all observations that do not lie between the specified values.
NotBetween(CategoricalVariable, CategoricalVariable)
Returns a Filter that selects all observations that do not lie between the corresponding observations in two other variables.
NotEqualTo(Object)
Returns a Filter that selects all observations not equal to the specified value.
NotEqualTo(CategoricalVariable)
Returns a Filter that selects all observations that are not equal to the corresponding observation in another variable.
NotMissing()
Returns a Filter that selects all observations that are not missing.
ToString()
Returns the fully qualified type name of this instance.