![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3967204_1522099373364_DEF.jpg)
Lester Lim
Nanyang Polytechnic
Followers: 0 Following: 0
zzzz
Professional Interests: zzzzzzzzz
Statistik
27 Fragen
0 Antworten
RANG
28.064
of 297.016
REPUTATION
1
BEITRÄGE
27 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Feeds
Frage
Classification based on textured image
Need help! IS this the right way to do classification? I cant seem to get the right labels out... Code: data = importdata(...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Classification using based on texture of an image
If I already classified a textured image and got its labels, how should I find the labels of another image which has some textur...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Cross validation in matlab
What are the steps to performing cross validation on labels of data to get the accuracy of the results?
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do i search for a number that is zero in a column and determine its position?
How do i search for a number that is zero in a column and determine its position? Need help in determining. Thanks is advance
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I differentiate which pixels are classified by the LDA?
Code to activate LDA: data = importdata('LDA data.mat') features=data(:,1:end-1); %split data without labels ...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to use parfor to run a very large variable separately?
Is it possible to use parfor to run a very large variable separately? I've been finding a way to run a training data which is to...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there something called parallel toolbox which can help run things separately?
Is there something called parallel toolbox which can help run things separately on two different cores? If there is how may I ge...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Value of 'support' parameter must have two elements.
Error : Value of 'support' parameter must have two elements. What does this mean? I already put two elements in and this ca...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Are there any ways to find the probability of labelling after performing LDA?
Are there any ways to find the probability of labelling after performing LDA? Any help is welcomed...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error in Value of 'support' parameter must have two elements.
Error: Error using ksdensity>compute_finite_support (line 181) Value of 'support' parameter must have two elements. Co...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
LDA showed probability problems in calculating probability of labels
data = importdata('LDA data.mat') features=data(:,1:end-1); %split data without labels lable=data(:,end); %get t...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Would changing the dimension space in knn classifier make space for more memory?
Would changing the dimension space in knn classifier make space for more memory? The LDA I was using could not contain more tha...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How does a trained classifier label a picture by its own?
How does a trained classifier label a picture by its own? Let's say I have a training set, train it using the LDA classifier and...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Not enough computer memory to train the data...
If my LDA is to train the data but I have not enough computer memory to train the data, what should I do? I tried splitting the ...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What sort of support elements does naive bayes classifier need?
What sort of support elements does naive bayes classifier need? I've got to insert two of this and not sure what sort of element...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error using zeros, Maximum variable size allowed by the program is exceeded.
Error using zeros Maximum variable size allowed by the program is exceeded. Error in knnclassify>distfun (line 216) D = zer...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error using get for Naive Bayes
Error using get Too many input arguments. Error in NaiveBayesClassifier2 (line 82) get predicted output for test set Co...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Maximum variable size allowed by the program is exceeded.
It's occuring in the knnclassifier!!! Need help! Error: Maximum variable size allowed by the program is exceeded. Code:...
etwa 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How to find the maximum number in each row in a variable.
Lets say I have the following matrix: 1 2 3 4 5 2 3 3 3 3 2 2 2 2 5 how should I use max to get the larg...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there a way to remove double from the variable?
In the workspace, my variable is: lableimage < 359x476x3 double > Whenever I reshape it into a single column, the result is not...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Cell contents reference from a non-cell array object error
Error: Cell contents reference from a non-cell array object. I know that a input must be a cell array but thin is I don't know ...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Deriving labels from probabilities
If probabilities are provided, how do we derive labels from them in an LDA? What is the relationship between labels and probabil...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Cross validation for machine learning
Where would I be able to find a cross validation code? I don't have statistics toolbox and I neeed to do cross validation for ma...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Attempted to access PriorProb(8); index out of bounds because numel(PriorProb)=7.
Error: Attempted to access PriorProb(8); index out of bounds because numel(PriorProb)=7. What does this error mean? I got it ...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What are target variables, predictor variables and prior probabilities?
What are target variables, predictor variables and prior probabilities? Are target variables like the target that you want to p...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
LDA error Sum(Double(Group));
Hi, I need hlp in continuing this program. No matter what variable I put into it it always gives the same error... if (nar...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Undefined function 'eq' for input
It happened when I put this line in: PooledCov = PooledCov + ((nGroup(i) - 1) / (n - k) ).* cov(input(Group,:)); Please ...
etwa 12 Jahre vor | 1 Antwort | 0