代码搜索:kernels
找到约 1,229 项符合「kernels」的源代码
代码结果 1,229
www.eeworm.com/read/374411/9407156
h kernels.h
/////////////////////////////////////////////////////////////////////
// Find the kernel values at the minimum or maximum possible distance
// between points in the aRoot-th ball in atTree
// and
www.eeworm.com/read/370825/9582555
c kernels.c
#include "kernels.h"
#include "math.h"
/*
* If one wants to add a new kernel, make a new function with
* the name of this kernel. Make a declaration of this function
* in the header file ./c-src
www.eeworm.com/read/370825/9582563
h kernels.h
#ifndef KERNEL_H_
#define KERNEL_H_
#include "memSpec.h"
#include
#include
/* possible kernel functions
*
* for adding other kernels,
* add kernel_declaration, make ne
www.eeworm.com/read/198970/7900119
h kernels.h
/////////////////////////////////////////////////////////////////////
// Find the kernel values at the minimum or maximum possible distance
// between points in the aRoot-th ball in atTree
// and
www.eeworm.com/read/482624/6619992
c kernels.c
#include "kernels.h"
#include "math.h"
/*
* If one wants to add a new kernel, make a new function with
* the name of this kernel. Make a declaration of this function
* in the header file ./c-src
www.eeworm.com/read/482624/6620000
h kernels.h
#ifndef KERNEL_H_
#define KERNEL_H_
#include "memSpec.h"
#include
#include
/* possible kernel functions
*
* for adding other kernels,
* add kernel_declaration, make ne
www.eeworm.com/read/480200/6668103
h kernels.h
/////////////////////////////////////////////////////////////////////
// Find the kernel values at the minimum or maximum possible distance
// between points in the aRoot-th ball in atTree
// and
www.eeworm.com/read/344670/11869373
pdf kernels.pdf
www.eeworm.com/read/148789/12425809
r kernels.r
# Define the kernel objects,
# functions with an additional slot for the kernel parameter list.
setClass("kernel",representation("function",kpar="list"))
rbfdot
www.eeworm.com/read/119678/14824518
c kernels.c
#include "kernels.h"
#include "math.h"
/*
* If one wants to add a new kernel, make a new function with
* the name of this kernel. Make a declaration of this function
* in the header file ./c-src