Skip to content

Type coherence #3

@theogf

Description

@theogf

What should be the matrix type when having different types for the kernel and for the input data? For example :

kernelmatrix(k::Kernel{T1},X::Matrix{T2}) # where T1 is different from T2
kernelmatrix(k::Kernel{T1},X::Matrix{T2},Y::Matrix{T3} # where all Ts are different

Should we force the kernel one? Or should we let it free? In any case this is something we should watch!

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