Kernel PCA Contour Maps for Fault Detection

版本 1.1.0 (15.6 KB) 作者: Karl Ezra Pilario
Visualizations of the T2 and Q statistical indices for KPCA-based fault detection using contour maps
533.0 次下载
更新时间 2019/4/25

查看许可证

This submission contains the following files:
1) dataset.mat
2) KPCAsurface.m
3) PCAsurface.m
4) greenmag.m

dataset.mat contains a 2-dimensional data set taken from a simulated process example. This data is used for training and testing Kernel PCA for fault detection. After training, the widely used T2 and Q statistical indices for fault detection are computed for every location in the output data space, hence producing contour maps. The 99% significance level detection limit is then superimposed on the map, serving as a boundary between the normal (green) and faulty (magenta) regions of the data space.

Using the contour maps, one can visualize the effects of various kernel types and parameter choices to the decision boundary between normal and faulty process states.

This work is supplementary to the results in Ref [1]. Further work can proceed by investigating the impact of kernel behavior to process monitoring performance.

[1] K.E.S. Pilario, Y. Cao, and M. Shafiee. Mixed Kernel Canonical Variate Dissimilarity Analysis for Incipient Fault Monitoring in Nonlinear Dynamic Processes. Comput. and Chem. Eng., 123, 143-154. 2019. doi: 10.1016/j.compchemeng.2018.12.027

引用格式

Karl Ezra Pilario (2024). Kernel PCA Contour Maps for Fault Detection (https://www.mathworks.com/matlabcentral/fileexchange/69941-kernel-pca-contour-maps-for-fault-detection), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0

Plotted the T2 and Q contour maps into 2 different figures to keep their colormap settings separate.

1.0.1

Corrected typographical errors.

1.0.0