Community Profile

photo

Yujiao Li


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Classifier function in Support Vector Machine
How to write the source code of estimating the bias term of classifier? The following are other's work, but I do not understa...

9 years ago | 0 answers | 0

0

answers

Question


how to call one result from multiple value returned function
[a,b]=function1(x1,x2) ... what if i want to only get the first return value in function1 (i.e. value of a). Then plug "a"...

9 years ago | 0 answers | 0

0

answers

Question


reshape a 2D to 3D matrix
My data ID X1 X2 1 1 2 1 5 2 2 2 4 2 4 7 ...

9 years ago | 1 answer | 0

1

answer

Question


how to reshape 2D to 3D in loop, when submatrix has different size
% example matrix A =[1,1,2 1,5,2]; B =[2,2,4 2,4,7]; C =[3,2,4 3,4,7]; D =[4,2,4 ...

9 years ago | 0 answers | 0

0

answers