Rui Mauaie
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
123.870
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
kpca spe and T^2 contribution plot
I need help, I'm trying to find out the code for KPCA used to plot contribution plot (Barplot) for SPE(Q) and T^2 but so far I d...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Contribution plot using KPCA T square and Q
I'm trying to plot contribution plot (T^2 and Q) using KPCA, but I didn't succed so far, is there anyone who can provide a code ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm trying to use LDA for fault diagnosis but I'm get problems to runs it
code load d11_te.dat d11 = zscore(d11); size 480*50 d11_te = zscore(d11_te) size 960*50 num1=size(d11,1); num2=siz...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
hi I'm using a code along with its function but when I run the code I got error related to the function may someone help me
from my code [EVC,LATENT] = KPCA(X,options); Ktest = constructKernel(X,X,options); TKtest = constructKernel(XT,X,options); ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
I have three data each has 961*31 I want to plot the three datas in one graphic in two dimension and three dimension can someone provide any example how to do it
like this image
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
may someone tell how can do that visualization using matlab? or is there any software which I can use
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
I'm following the code below from that code they got a figure with three data, but mine when I plot I got two is there anything wrong I followed the step I'm suppose to get three as well
this the example I'm following n1a=100; n1b=100; n2=100; X1a=[randn(2,n1a).*repmat([1;2],[1 n1a])+repmat([-6;0],[1 n1a])]; ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
I want to get Y = 906*1 but I got 2880
n1a=960; n1b=960; n2=960; load Normal load fault1 load fault3 X=[Normal fault1 fault3]; Y=[ones(n1a+n1b,1);2*ones(n2,1)]...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 2.202823e-18.
hi guys I need a help I'm using LDA but when I run I got the message aforementioned S1=cov(d1'); S2=cov(d2'); S3=cov(d3'); ...
alrededor de 6 años hace | 4 respuestas | 0
4
respuestasPregunta
FALSE ALARM, MISS DETECTION RATE
I'm using PCA, KPCA I got the data after that I got the SPE and T^2 now I want to calculate False alarm, miss detection rate... ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
FDR, MDR,FAR
may someone provide the code for False detection rate, miss detection rate for PCA and KPCA
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
hi guys, I'm calculating False rate and miss rate but when I use wi =1:160 for false rate and wi=160+1 according to the code below my wi matrix is empty [] consequently I dont get results expected may someone tell me where I'm writing wrong
%% false alarm rate falseTa=0; falseQa=0; for wi=1:160 if T1(wi)>Ta falseTa=falseTa+1; end ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I have problem on defining the variable U, I provide the code below and the picture which contain the dimension of each variable that the code allowed me to get so far, help
%% data processing load('train.mat'); X=train; [n,m]=size(X); c=mean(X);e=std(X); %% data scaling X0=(...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
when I run this code I get Undefined function or variable 'U'.
for i=1:n h=u(1:n,i:i); b=a(i,1); if b>0.0001 U(1:n,i:i)=h/sqrt(b); end end...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
for TE process I have train and test data already normalized, i have T^2 and SPE values I want to how can I find fault detection rate, miss detection and delay time!!! if anyone can provide a code I will appreciate
r
alrededor de 6 años hace | 0 respuestas | 0