photo

kumud alok


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

10 Fragen
0 Antworten

RANG
37.213
of 300.364

REPUTATION
1

BEITRÄGE
10 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
30.0%

ERHALTENE STIMMEN
1

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to implement ID3 algorithm on binary data set
i have dataset of binary values (0 and 1)..so how should i implement ID3 algorithm on binary dataset..what is the stopping crite...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to represent bit string in a binary tree?
suppose i have a bit string 1 1 1 1 0 0 0 0 0..how can i represent this bit string in complete binary tree <</matlabcentral/a...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to cluster binary matrix in matlab ?
let A=[1 0 0 0 0 0 0 1; 1 1 1 1 1 1 0 1; 0 0 0 0 0 0 1 1; 1 1 1 1 1 1 0 1; 0 0 0 0 0 0 1 1] how to cluster this matrix A...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Which is the best (fastest) algorithm for finding no of clusters for k means while clustering a multi-spectral image, Silhouette value , or Dunn Index or Davies Bouldin index ?
I am using Silhouette value for cluster cohesion evaluation, but finding silhouette for all possible no of clusters makes it slo...

mehr als 9 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


how to cluster bit strings using matlab
A= [ 1 0 0 0 0 0 1 1 0, 0 0 0 0 1 1 0 0 1, 1 1 1 1 1 1 1 0 0, 1 1 1 1 1 1 1 0 0, 1 0 0 0 0 0 1...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to extract specific columns using loops?
<</matlabcentral/answers/uploaded_files/50359/datamatrix.png>> i have data matrix of 453 rows and 55 columns. i want to extra...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to plot a binary values using matlab
A= xlsread('m1indicators.xlsx', 'sheet2') A = Columns 1 through 7 7313 17351 -4711 ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to plot binary input
my data matrix has 19 rows and 396 columns. row 1=[0 1 0 1......] row 2=[1 0 1 1 1 0...] . . row 19=[0 1 0 1 0 ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to export .mat file into excel sheet
i have created a mat file using magic function as follows: Z= magic(4) Z = 16 2 3 13 5 11 10...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to assign 1 to negative value and 0 to positive values in dataset
i have data in excel consist of 404 rows and 19 columns. In data there are some negative values and positive values so i have ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort