Skip to content

Incorrect calculation of Sim_Trn #3

@qwer1304

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions