Learn R Programming

SKNN (version 4.1.2)

PCAyd: Class to contain the results from revised PCA analysis.

Description

The function PCAy returns object of class PCAyd.

Arguments

Objects from the Class

new("PCAyd",Var=new("numeric"),PC=new("matrix"),Scores=new("matrix"),IScores=new("numeric"))

Slots

Var:

An numeric vector giving the variance of each PC.

PC:

A numeric matrix about the coefficients of each PC.

Scores:

A numeric matrix showing the loading coefficiens of each PC.

IScores:

A numeric vector with each element being the rowsum of Scores.

Author

Yarong Yang and Yoram Rubin

References

Yarong Yang, Matt Over, and Yoram Rubin.(2012) Strategic Placement of Localization Devices (such as Pilot Points and Anchors) in Inverse Modeling Schemes. Water Resources Research, 48, W08519, doi:10.1029/2012WR011864.

Yarong Yang, Nader Ebrahimi, Yoram Rubin, and Jacob Zhang.(2025) SKNN: A Super K-Nearest Neighbor Classification Algorithm. technical report in preparation

Examples

Run this code
showClass("PCAyd")

Run the code above in your browser using DataLab