Estadística
CLASIFICACIÓN
194.124
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
81.82%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
How to access to variables saved in Matlab folder from the GUI
I want to load my dataset or access any other variables that are saved to my matlab folder or are in my workspace currently from...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab GUI popup menu
Hi I'm new to GUI so sorry if it's so obvious. I want to use a popup menu to select which dataset to load in my program. In ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
cv partition for categorical values
I am trying to use k fold cross validation for my dataset which has categorical and numerical features. % Create a cvparti...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
resampling an unbalanced dataset
Hi, I have a dataset which has 2 classes(churn='False.' and churn='True.'). It is unbalanced because 700 of the 5000 sample is...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Naive Bayes Classification for categorical values
Hi, I have a dataset containing numerical and categorical data. I like to use Naive Bayes Classifier in the following link but i...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaaccessing table data in different forms
accesing it like a=T{:,5}; solved my problem. Hope this helps someone as well :D
alrededor de 10 años hace | 0
| aceptada
Pregunta
accessing table data in different forms
Hi I have T table as follows. LastName = {'Smith';'Johnson';'Williams';'Jones';'Brown'}; Age = [38;43;38;40;49]; ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Count unique categorical values in table
My table consist of only categorical values. I try to find unique elements and how many times do they appear in my table. Not ...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Is there a way to save dataset?
Hi, I have a CVC file dataset consists of 100.000 x 173 data. Reading it takes 13 minutes on my macbook pro (8gb ram). I read it...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Sort Matrix by rows
I have a matrix which first row indicates index numbers and second indicated the data. For example it goes like this: 1 ...
alrededor de 10 años hace | 4 respuestas | 0
4
respuestasPregunta
Copy table's certain data into another table with corresponding variable names
Let's say I have a table with 10 rows and 10 columns. I'd like to copy 5 cols and 10 rows of the table into another one with the...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to access the data type of the each column of a table
I have a table which contains categorical and numerical data. In order to separate those two, I want to know how to access the d...
alrededor de 10 años hace | 2 respuestas | 0