PCAPlot
01 Syntax
Microsoft.VisualBasic.Data.ChartPlots.Statistics.PCA.PCAPlot
02 Methods
03 Members
PC2(
MultivariateAnalysisResult, Int32, String(), String, String)Plot for PCA + kmeans clustering
将目标数据集通过PCA降维到二维数据,然后绘制散点图
Parameters
| Name | Type | Description |
|---|---|---|
input | MultivariateAnalysisResult | - |
sampleGroup | Int32 | k parameter for kmeans |
labels$ | String() | - |
size$ | String | - |
colorSchema$ | String | - |
PlotPC2(
GeneralMatrix, String())Parameters
| Name | Type | Description |
|---|---|---|
data | GeneralMatrix | row is the samples |
groups | String() | the data group labels of each row, this array size should be equals to the rows of |
PC3(
GeneralMatrix, Int32, String(), String, String)将目标数据通过PCA的方法降维到三维,然后绘制空间散点图
Parameters
| Name | Type | Description |
|---|---|---|
input | GeneralMatrix | - |
sampleGroup% | Int32 | - |
labels$ | String() | - |
size$ | String | - |
colorSchema$ | String | - |