treverhines/RBF

Is there a way to avoid polynomial regularisation with weight matrices ?

RomanLF opened this issue · 2 comments

Hello Trever,

I read your documentation but I did not find an option to discard polynolmial regularisation with the use of weight_matrix function. Did I miss an option to do so ?

Best regards,
Roman

Sorry for not responding. If you set order=-1 (or set it to any negative number) then no polynomial terms would be used when computing the weight matrix.

Thank for your answer !