Skip to content

Add a flag to pre-normalize kernels #1

@ArtemSokolov

Description

@ArtemSokolov

ordinalRidge( ..., normalize = FALSE )

when set to TRUE, the flag will cause the function to normalize the input kernel matrix via:

K_norm(x,y) = K(x,y) / sqrt( K(x,x) * K(y,y) )

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