dotprops
or neuron
. The code to calculate scores directly for
neuron
objects gives broadly comparable scores to that for
dotprops
objects, but has been lightly tested. Furthermore only
objects in dotprops
form were used in the constriction of the
scoring matrices distributed in this package. It is therefore recommended
to convert neuron objects to dotprops objects using the
dotprops
function.WeightedNNBasedLinesetMatching(target, query, ...)## S3 method for class 'dotprops':
WeightedNNBasedLinesetMatching(target, query,
UseAlpha = FALSE, ...)
## S3 method for class 'neuron':
WeightedNNBasedLinesetMatching(target, query,
UseAlpha = FALSE, OnlyClosestPoints = FALSE, ...)
UseAlpha
determines whether the alpha values
(eig1-eig2)/sum(eig1:3) are passed on to WeightedNNBasedLinesetMatching.
These will be used to scale the dot products of the direction vectors for
nearest neighbour pairs.dotprops