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
Namespace: Mars.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public class NearestFilter : object
Properties
KElements
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[] |