Community Profile

photo

KJVKU999


Last seen: 6 months ago Active since 2014

Statistics

  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Question


What is ideal line (white or black or greyscale) in fspecial, motion filter?
I played with the tool for a while but I cannot understand the formula used to prepare the motion filter. I found this in th...

6 years ago | 0 answers | 0

0

answers

Question


How to get handles of a legend that was automatically generated?
I am trying to move an automatically generated (did not create command like: lgd=legend(...)) legend in a subplot. How to acc...

6 years ago | 2 answers | 1

2

answers

Answered
How can I choose the best neural network in MATLAB when my results change each time I retrain?
You can use at the beginning of your program: rng(1); so that your results won't differ every time you retrain your netw...

7 years ago | 0

Question


How to display 'Loading...' in 'cmd.exe' of a standalone application before it attempts to load MCR?
Hello, Thank you for your attention. I deployed an application using deploy tool. I unchecked to suppress console window (s...

7 years ago | 2 answers | 0

2

answers

Question


How to make 'interactive' parallel plot
When I used classification learner toolbox, it provided interactive parallel plot. By 'interactive' I mean that you can move one...

7 years ago | 0 answers | 0

0

answers

Question


Neural network: Target vector for 'None of the Above' class?
Say, I have a neural network system trained with 5 classes. When new image is given to the system it will give one class as outp...

7 years ago | 0 answers | 1

0

answers

Question


what is the difference between one class learning and two class learning?
On <http://www.mathworks.com/help/stats/classificationsvm-class.html this> link, it says about one- class and two-class learning...

7 years ago | 1 answer | 0

1

answer

Question


bag of visual words -Difference between default and custom extractor
What is the difference between DEFAULT and CUSTOM EXTRACTOR? DEFAULT: No need to define, just one line in program: bag...

8 years ago | 0 answers | 0

0

answers

Answered
I have extracted all the size blobs form a dataset.
# Decide first your features # Prepare features from your extracted blob/blob size data, and # You need to make table/ma...

8 years ago | 0

Question


Can I set read only property 'CutPoint' of classification tree?
One of the properties of Classification Tree is: *CutPoint* Although it's read-only, I need to change it's value. is it poss...

8 years ago | 1 answer | 0

1

answer

Question


matlab run and time (last button In editor menu) considers time taken by user to enter data. How to discard this time?
I found out it considers time taken by user to enter data. By what means we can discard that time?

8 years ago | 0 answers | 0

0

answers

Question


Holdout validation, data taken randomly? 3 questions
In classification learner, I got this accuracy of 97% using gaussian SVM technique. I used holdout validation (125 set of dat...

8 years ago | 1 answer | 1

1

answer

Answered
how to label features extracted from image using extractFeatures() and divide them in testing and training sets?
How many surf point you are using? Are you using all available points? You can use Classification Learner application availab...

8 years ago | 0

Question


imshow, axes in GUI, cla not working
Hello, Number of axes created for displaying image depends on the slider value. switch slidervalue with two case is shown bel...

10 years ago | 1 answer | 0

1

answer