I want to combine two algorithm with each how do it?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sasan ahmadi
am 14 Nov. 2016
Beantwortet: Walter Roberson
am 15 Nov. 2016
Hi ! I want to combine two algorithms , how do it? if matlab support this problem or have any function into this application please help me.
thanks.
3 Kommentare
Daniel kiracofe
am 15 Nov. 2016
https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Jan
am 15 Nov. 2016
@sasan: Please add all required details by editing the question, not as comment or in the answer section. Thanks.
Imagine your "algorithms" would be "*" and "+". Now try to answer your question based on the given details - it is not possible! "Combine" allows to many options.
Read the link posted by Daniel.
Akzeptierte Antwort
sasan ahmadi
am 15 Nov. 2016
1 Kommentar
Steven Lord
am 15 Nov. 2016
It's still not clear what you're trying to do. We don't know the problem you're trying to solve so you need to explain starting from the beginning.
You're basically trying to explain how to bake a cake starting at the "Frost the cake" step. Please back up to the "Mix the ingredients" step.
Weitere Antworten (1)
Walter Roberson
am 15 Nov. 2016
You cannot always combine two heuristics into one heuristic in any readable way. For example, a heuristic that started at the top-left corner of a matrix is not going to be easy to combine with a heuristic that starts at the bottom-left corner.
If you have the situation where you have multiple algorithms to predict based upon the same data, and you want to combine them, such as some kind of voting scheme, then you might want to look at the techniques used by classificationECOC or classificationEnsemble
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!