Usage
CountNbd(Rr, Rx, Ry, RWeight, RNbd, RIsReferenceType, RIsNeighborType)
CountNbdCC(Rr, Rx, Ry, RWeight, RNbd, RIsReferenceType, RIsNeighborType)
DistKd(Rx, Ry, RPointWeight, RWeights, RDist, RIsReferenceType, RIsNeighborType)
CountNbdKd(Rr, Rx, Ry, RWeight, RNbd, RIsReferenceType, RIsNeighborType)
Arguments
Rx
A vector of x coordinates.
y
A vector of y coordinates.
Weight
A vector of point weights.
PointWeight
A vector of point weights.
Nbd
A matrix to store the weight of neighbors.
Weights
A vector of point-pair weights.
Dist
A vector of point-pair distances.
IsReferenceType
A boolean vector to recognize reference points.
IsNeighborType
A boolean vector to recognize neighbor points.