ReconstructedPointSet: Class containing functions and data to map PointSets to...

Description Super classes Public fields Methods Author(s)

Description

A ReconstructedPointSet contains information about features located on ReconstructedOutlines. Each ReconstructedPointSet 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.

Super classes

retistruct::FeatureSetCommon -> retistruct::ReconstructedFeatureSet -> ReconstructedPointSet

Public fields

KDE

Kernel density estimate, computed using compute.kernel.estimate in getKDE

Methods

Public methods

Inherited methods

Method getMean()

Get Karcher mean of datapoints in spherical coordinates

Usage
ReconstructedPointSet$getMean()
Returns

Karcher mean of datapoints in spherical coordinates


Method getHullarea()

Get area of convex hull around data points on sphere

Usage
ReconstructedPointSet$getHullarea()
Returns

Area in degrees squared


Method getKDE()

Get kernel density estimate of data points

Usage
ReconstructedPointSet$getKDE()
Returns

See compute.kernel.estimate


Method clone()

The objects of this class are cloneable with this method.

Usage
ReconstructedPointSet$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

David Sterratt


retistruct documentation built on April 4, 2020, 5:08 p.m.