Community Profile

photo

K Ashwini


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


Fuzzy SVM for unlabeled datasets
How is the SVM code modified for Fuzzy-SVM? How the partition matrix is given as input to the SVM?

5 years ago | 0 answers | 0

0

answers

Question


Typicality matrix in PFCM
What are generally the values of typicality matrix when performing PFCM?Is it like the values of Partition matrix or it is a spe...

5 years ago | 0 answers | 0

0

answers

Question


Out of memory during calculating covariance norm matrix
sumX=0; for j=1:N sumX=sumX+X(:,j); end Xave=sumX/N; Cov=0; for j=1:N Cov=Cov+(X(:,j)-Xave)*(X(:,j)-Xave)'; end ...

5 years ago | 1 answer | 0

1

answer