lingam icon indicating copy to clipboard operation
lingam copied to clipboard

Sampling data randomly when calculating kernel bandwidth in HSIC

Open ikeuchi-screen opened this issue 4 years ago • 0 comments

Motivation

In the hsic.get_kernel_width function, when the sample size is more than 100, the first 100 of the data are fixedly selected. This is not good when the data is being sorted.

Description

Change to random sampling of 100 data.

ikeuchi-screen avatar Feb 24 '21 07:02 ikeuchi-screen