Class NearestFilter
Filter condition to select only data k-objects of a distance-based
ordered data set, computed from the specified one.
Inheritance
System.Object
NearestFilter
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.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public class NearestFilter
Properties
| Improve this Doc View SourceKElements
The amount nearest elements to retrieve from distance ordered data by the source.
Declaration
public int KElements { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Source
The source in space to compute the relative distance to other data objects.
Declaration
public double[] Source { get; set; }
Property Value
Type | Description |
---|---|
System.Double[] |