🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"{solved} SVM and SVM Linear Predicts are same"

User: "blueearth"
New Altair Community Member
Updated by Jocelyn
Hi  i have used SVM and SVM linear in my process so many times but i wonder every time i run these operators the predictions are exactly same to each others ..Am i doing something wrong? .....i couldn't find any answer for this in forums
Thanks

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "haddock"
    New Altair Community Member
    Hi again,

    You're not doing anything wrong ( apart from not reading the documentation thoroughly )!

    Here's the operators' help....

    SVM
    This learner uses the Java implementation of the support vector machine mySVM by Stefan Rüping.
    SVM(linear)
    This learner uses the Java implementation of the support vector machine mySVM by Stefan Rüping. It is restricted to the dot (linear) kernel
    So if you use the same parameters and the linear kernel the results will be identical, but we can't tell - because you do not follow the Marius' instructions http://rapid-i.com/rapidforum/index.php/topic,4783.0.html . I really don't want to sound like the Thought Police, but it would help you as well if you followed his etiquette.

    Best

    H