photo

Nainsi Gupta


Last seen: 4 mesi fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

9 Domande
0 Risposte

Cody

0 Problemi
41 Soluzioni

RANK
80.753
of 301.681

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
44.44%

VOTI RICEVUTI
0

RANK
 of 21.380

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
12.562
of 176.086

CONTRIBUTI
0 Problemi
41 Soluzioni

PUNTEGGIO
513

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Community Group Solver
  • Thankful Level 3
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


How to use gamultiobj for binary decision variables for features selection?
I want to use nsga2 for feature selection, where 1 represent feature is selcted while 0 represent that feature is not selected. ...

11 mesi fa | 1 risposta | 0

1

risposta

Domanda


One class classification using fitcsvm
Classifier<- svm(PhaseI_Data,type='one-classification',kernel = "radial", nu= nu,gamma= gamma, scale = F) A...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


LASSO for variable selection
Dear MATLAB Learners, I am working on variable selection for process monitoring. I have only number of process response variab...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Need help with the coding of Attached research Paper
Can someone help me with the simulation of attached research paper? This uses lasso for variable selection and then establish a...

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


Different number of support vectors & decision values in R (using svm from "e1071") and matlab (fitcsvm) for one class classification
I am trying to run svm both on R and matlab. R code: data= df[, 1:2] head(data) sum(is.na(data)) data_bislery= as.numeric...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Which output represent distance from hyperplane in fitcsvm while training data?
While training data on fitcsvm, which output represent distance from the hyoerplane. Please explain. x= rand([100,2]) y= ones...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to detect the probability of a shift in mean value when number of variables increases?
Probability of a shift in mean value of a multivariate normal vector decreases as the number of variables increaes in case of Ho...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Andrews plot function for multivariate control chart limits UCL and LCL
I am working on Andrews plot for quality control chart. So I need to define UCL and LCL for that. I have attached the images of ...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


How to generate bivariate random normally distributed 3d array?
mu= [0 0] sigma= [1 0.25; .25 1] mvnrnd(mu,sigma,100) I want to generate a 3-by-2-by-100 array which is normally distribute...

quasi 3 anni fa | 1 risposta | 0

1

risposta