A ReconstructedCountSet contains information about
features located on ReconstructedOutline
s. 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
KR
Kernel regression
new()
Constructor
ReconstructedCountSet$new(fs = NULL, ro = NULL)
fs
FeatureSet
to reconstruct
ro
ReconstructedOutline
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)
deep
Whether to make a deep clone.