search for: vkl

Displaying 4 results from an estimated 4 matches for "vkl".

Did you mean: val
2020 Oct 10
3
Please need help to finalize my code
...126)centering of the redescription function phi(xji) or the kernel k(. , .) 127)Vij is computed using redescription function phi(xi) or the kernel k(. , .) instead of X. 130)centering redescription function phi(Xkl) or the kernel k(. , .) 131)Vijkl always using the kernel function as precedent 132)Vkl always using the kernel function as precedent I look forward to your help and sincere request. Yours sincerely library(MASS) 1 CenteringV<-function(X,Ms,n){ 2 # this function centers the data of X 3 X1=X*0 4 for (i in 1:n){ 5 X1[i,]=X[i,]-Ms 6 } 7 return(X1) 8...
2020 Oct 13
1
Please need help to finalize my code
...; redescription function phi(xji) or the kernel k(. , .) 127)Vij is computed using > redescription function phi(xi) or the kernel k(. > , .) instead of X. > 130)centering redescription function phi(Xkl) or the kernel k(. , .) 131)Vijkl > always using the kernel function as precedent 132)Vkl always using the kernel > function as precedent > > I look forward to your help and sincere request. > > > Yours sincerely > > library(MASS) > > 1 CenteringV<-function(X,Ms,n){ > 2 # this function centers the data of X > 3 X1...
2020 Oct 13
0
Please need help to finalize my code
...ji) or the kernel k(. , .) 127)Vij is > computed using > > redescription function phi(xi) or the kernel k(. > > , .) instead of X. > > 130)centering redescription function phi(Xkl) or the kernel k(. , .) > 131)Vijkl > > always using the kernel function as precedent 132)Vkl always using the > kernel > > function as precedent > > > > I look forward to your help and sincere request. > > > > > > Yours sincerely > > > > library(MASS) > > > > 1 CenteringV<-function(X,Ms,n){ >...
2020 Oct 09
1
Aide pour finaliser ce code
...(i in 1:q ){ for (j in 1:R[i] ){ for (k in 1:q ){ for (l in 1:R[k]){ Xij=CentrageV(X,Xjhbar[[i]][j,],n) Xkl=CentrageV(X,Xjhbar[[k]][l,],n) Vijkl=t(W[[i]][j]*Xij)%*%(W[[k]][l]*Xkl)/n Vij=t(W[[i]][j]*Xij)%*%Xij/n11[[i]][j] Vkl=t(W[[k]][l]*Xkl)%*%Xkl/n11[[k]][l] if (i==1) Idebut=((j-1)*p)+1 else Idebut=((sum(R[1:(i-1)])+j-1)*p)+1 if (i==1) Idebut1=(j*p) else Idebut1=((sum(R[1:(i-1)])+j)*p) if (k==1) Ifin=((l-1)*p)+1 else Ifin=((sum(R[1:(k-1)])+l-1)*p)+1 if (k==1) Ifin1=(l*p) else Ifin1=((sum(...