Respondida
Relative different
Why dont you use norm ([x1,y1]-[x2,y2]). if you want relative difference you can use norm([x1,y1]-[x2,y2])/norm([x...

casi 12 años hace | 0

Pregunta


logistic regression
I am trying to use logistic regression, but when i execute the following line of code betaHatNorm=mnrfit(data,class); m...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
how to process the data contained NAN for ANFIS
Depends on what you really need to do. But usually when it comes to be Nan, i assume they come because of the missing value(prov...

casi 12 años hace | 0

| aceptada

Pregunta


Logistic regression
I have dataset on which I want to use logistic regression to answer a simple yes or no question. The dataset has many features. ...

casi 12 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to change the font size of figure name and uitable ColumnName/RowName?
Add the following html as your cell prefix. '<html><font size=+1>' Yes, its the html. Surprizing buts works well. You ca...

casi 12 años hace | 3

Respondida
continious Zero Matrix filling
In that case you need to setup a counter lets say cnt cnt=0%initialization at the very beginning Now you need to use the...

casi 12 años hace | 0

| aceptada

Respondida
simple example for SVM
A simple example of multiclass SVM. http://nirmalthapa.wordpress.com/2012/06/03/multiclass-svm/

casi 12 años hace | 0

Pregunta


Naive Bayes - within-class variance must be positive.
I am trying to use Naive Bayes for some classification task, I am not sure what it is complaining about. ??? Error using =...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Logistic Regression - Error: The sizes of B and X are incompatible.
I am trying to use Logistic regression to predict the class of IRIS data set. data=LoadIRISData(); class=zeros(15...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


FCM Dimension of center
I am using fcm with IRIS data(150*4) [center, U]=fcm(IRIS,3); I get center with dimension 3*150. If that is a center then...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Mex, *.cpp not found
Hi, I am new to the mex stuff, dont know much about it. I tried compiling a cpp file and got a error. mex estpab.cpp ...

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Increasing Dimensionality of data
Here is my question, I am not sure if that can be done at all. I want to test relation between a property X to dimensionality o...

alrededor de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


K-means with predefined centroid
Hi, I need to cluster the data that I have but the problem is I want to cluster the data based on the centroid that I already...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta