matlab代码sqrt-kliep:敲了

时间:2024-06-12 15:52:03
【文件属性】:

文件名称:matlab代码sqrt-kliep:敲了

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-12 15:52:03

系统开源

Matlab代码sqrt --编码:utf-8-- '''Kullback-Leiblar重要度估算程序 杉山先生のMatlab実装のPython移植版 ''' 导入matplotlib.pyplot作为plt导入numpy作为np导入sys 类KLIEP(): def __init__(self): pass def run(self, x_de, x_nu, x_re, sigma_chosen=0, b=100, fold=5): #引数の妥当性チェック if len(np.shape(x_de)) == 1: d = 1 n_de = np.shape(x_de)[0] else: d = np.shape(x_de)[0] n_de = np.shape(x_de)[1] if len(np.shape(x_nu)) == 1: d_nu = 1 n_nu = np.shape(x_nu)[0] else: d_nu = np.shape(x_nu)[0] n_nu = np.shape(x_nu)[1] if d != d_nu: sys.stderr.write('x_d


【文件预览】:
kliep-master
----README.md(7KB)

网友评论