Community Profile

photo

K Ashwini


Last seen: etwa ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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?

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort