Displaying 1 result from an estimated 1 matches for "gpuarray".
Did you mean:
getarray
2013 Feb 07
0
Help R.matlab
...Received cmd: 3
Will read MAT file:
"C:\Users\tvb\AppData\Local\Temp\RtmpqqP3O8\file129c25a537b7.mat"
Received cmd: 1
"eval" string: "
Tr = TrA(INF,:).* IHo;
Susc = SHo * Sc;
myKS = ones(N,1);
myKS(find(moveBan > 0),1) = KernelShrinkage;
myKS = gpuArray(myKS);
dMG = gpuArray(dM(:,INF));
K1G = exp(-kparShort*(dMG));
K1G = bsxfun(@times, myKS,K1G);
K2G = exp(-kparLong*(dMG));
K2G = bsxfun(@times, myKS,K2G);
FoIG=Susc.*((K1G*(Tr(:,1)+Tr(:,2)+Tr(:,3))) + (K2G*Tr(:,4)));
ProbI = 1-exp(-FoIG);
res = gather(Pro...