Catherine Branter
Followers: 0 Following: 0
Statistics
RANK
28,640
of 295,467
REPUTATION
1
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
remove rows if they contain ?
I want to remove all rows that contain ? The issue is that ? could be in any of my 14 columns I tried this code ("data" is th...
5 years ago | 1 answer | 0
1
answerQuestion
iterate over a vector in a for loop
I am trying to loop through a matrix - my model has no problem looping through the bandwidths "bw" but i get an error when loo...
6 years ago | 2 answers | 0
2
answersIterate over vector from result of a for loop
I have a similar sort of question if anyone is able to help please! trying to loop through a matrix - my model has no problem lo...
6 years ago | 0
Question
How to use for loops for hyperparameter tuning using fitcnb
I have different types of distribution I want to test for my fitcnb Naive Bayes model to see which is the bestand I'm running in...
6 years ago | 1 answer | 0
1
answerQuestion
extracting row and column from a cell which contains numbers and strings
I have a 120x11 cell called "mymatrix" and I am trying to extract the data from the row which has the minimum value in column 11...
6 years ago | 2 answers | 0
2
answersQuestion
How to find the mean of one column based on the value in another column
I want to find the mean of the values in the second column only for the rows which have the value 3 in column 10 I have tried ...
6 years ago | 2 answers | 1