Domanda


how to delete a column from the matrix
For example, I have a matrix: a = [1.02 3.04 5.06 0.56; 4.01 2.09 4.07 0.87; 1.03 3.05 4.09 2.08] and say I want to delete...

oltre 13 anni fa | 1 risposta | 2

1

risposta

Domanda


plz tell the syntax to add noise in the dataset
Actually my code is as follows: data_set = load('ionosphere.txt'); data = data_set(:,1:end-1); y = data_set(:, end); ...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


what is the syntax to add noise in data set
I need the syntax to add noise to data set.. I hv write the code as: rand_class_data = randsample(data(:,:),data*10/100)...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


How to generate an artificial dataset??...
How we can create an artificial dataset??.... Actually, I need to evaluate the performance of Adaboost.M1 on artificial dataset...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


How to add artificial noise in class labels of data set??..
How can we add / introduce artificial noise in the class labels of dataset??.. Actually, I need to evaluate the performance of ...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


how we can test the Ensemble??..
I can't get one thing.... As in 'fitensemble' function, we just create the ensemble 'ens' on training data and generate the cla...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


what is meant by "resubstitution"??.... (Matlab 2011a)
resubstitution??.. resuberror??... resubpredict??..

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


what is meant by classification edge??.. (Matlab2011a)
plz answer the following........ 1) What is edge(ens,X,Y) ??...... what is meant by "ens.prior" , "ens.X" , similarly e...

oltre 13 anni fa | 2 risposte | 1

2

risposte

Domanda


how to define 'Y' in fitensemble function (Matlab 2011a)
how we can write Y (parameter of fitensemble function in Matlab 2011a)... ens = fitensemble(X,Y,'AdaBoostM1',50,'tree'); ...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


adaboost with SVM
how SVM will be used as a weak base classifier with Adaboost??.. i.e. in what format one should write the code of SVM??

oltre 13 anni fa | 0 risposte | 0

0

risposte