Estadística
CLASIFICACIÓN
11.783
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Issue with imdistline() function in MATLAB?
I am trying to measure the distance two points on an image and then use that distance as an input for some other function. Here ...
más de 10 años hace | 2 respuestas | 0
2
respuestas1
respuestaHow do I generate a confusion matrix for multi-class example?
You just need to have 2 parameters, the predicted labels and the actual labels. After that just use C = confusionmat(predicted ...
casi 11 años hace | 1
Pregunta
Error: Each initial covariance matrix must be symmetric and positive semidefinite.?
Hi, I am trying to fix, a guassian mixture model to the data using the command. obj = gmdistribution.fit(data,maxk,'...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
ERROR: Initial covariance is required, even though I am giving it the covariance in gmdistribution.fit.
I am trying to fit a Gaussian mixture model for data, I am calculated inital means, covariance and Pcomponents , and created a s...
casi 11 años hace | 0 respuestas | 1
0
respuestasPregunta
Kmeans returns negative values in cluster centroids?
I am performing kmeans on a dataset , with 500 points and 1000 dimensions. The dataset is a histogram, where each dimension is a...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Modifying dlnode.m to allow multiple nodes having the same parent?
Hi, I am trying to build a tree in matlab and for that I am using the <http://www.mathworks.com/help/matlab/matlab_oop/example-...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Importing a pointer with all the data that it points to from C++ to Matlab via mex?
Hi, I am working on a classification algorithm , for which I am training a decision tree in C++, via the mexFunction. I am stor...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Returning a vector from C++ to matalb through mex?
HI, I am trying to return a vector back to matlab using the mex function. I declare a return pointer as, double *retPtr = NUL...
más de 11 años hace | 0 respuestas | 1