A ReconstructedCountSet contains information about
features located on ReconstructedOutlines. Each
ReconstructedCountSet contains a list of matrices, each of which
has columns labelled phi (latitude) and lambda
(longitude) describing the spherical coordinates of points on
the ReconstructedOutline, and a column C representing the
counts at these points.
retistruct::FeatureSetCommon -> retistruct::ReconstructedFeatureSet -> ReconstructedCountSet
KRKernel regression
new()Constructor
ReconstructedCountSet$new(fs = NULL, ro = NULL)
fsFeatureSet to reconstruct
roReconstructedOutline to which feature
set should be mapped
getKR()Get kernel regression estimate of grouped data points
ReconstructedCountSet$getKR()
Kernel regression computed using
compute.kernel.estimate
clone()The objects of this class are cloneable with this method.
ReconstructedCountSet$clone(deep = FALSE)
deepWhether to make a deep clone.