Class AbstractEnvironment
Common functions for all environment index structures
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Components.Environments
Assembly: Mars.Components.dll
Syntax
public abstract class AbstractEnvironment
Constructors
| Improve this Doc View SourceAbstractEnvironment()
Creates a new AbstractEnvironment with the euclidean distance as default function.
Declaration
protected AbstractEnvironment()
Fields
| Improve this Doc View SourceArrayComparer
Common functions for all environment index structures
Declaration
protected readonly ArrayComparer<double> ArrayComparer
Field Value
Type | Description |
---|---|
ArrayComparer<System.Double> |
Properties
| Improve this Doc View SourceDistanceFunction
The distance function implementing IDistance<TFirst, TSecond>
used for exploration result ordering.
Declaration
public IMetric<double[]> DistanceFunction { get; set; }
Property Value
Type | Description |
---|---|
IMetric<System.Double[]> |