Skip to content

Incorrect calculation of Sim_Trn #3

Description

@qwer1304

Why in SVM_Accuracy function Sim_Trn is calculated as:
Sim_Trn = trainset * M * trainset';
and not
Sim_Trn = (trainset * M) * (trainset * M)';

Shouldn't the training kernel be between transformed source inputs?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions