代码搜索:Kernel-based
找到约 64 项符合「Kernel-based」的源代码
代码结果 64
www.eeworm.com/read/148789/12426030
description
Package: kernlab
Version: 0.1-4
Date: 2003-10-30
Title: Kernel Methods Lab
Author: Alexandros Karatzoglou, Alex Smola, Achim Zeileis, Kurt Hornik
Maintainer: Alexandros Karatzoglou
www.eeworm.com/read/390477/8464320
m kmclp.m
function Kmclp = Kmclp(inputX,inputy,C,l,n,q,b);
%run kernel-based mclp;
f1 = f(l,C);
kernel1 = kernel(inputX,l,n,q);
Aeq1 = Aeq(kernel1,inputy);
Beq1 = Beq(b,l);
lb1 = zeros(3*l,1);
ub1 = ub(C
www.eeworm.com/read/333478/7128026
chm an introduction to support vector machines and other kernel-based learning methods .chm
www.eeworm.com/read/367675/2832991
txt 4.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: Scaling Kernel-Based Systems to Large Data Sets
发信站: 南京大学小百合站 (Thu Jul 4 12:47:17 2002), 站内信件
篇名: Scaling Kernel-Based Systems to Large Data Sets
刊名: Data
www.eeworm.com/read/367675/2836459
txt 213.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: Scaling Kernel-Based Systems to Large Data Sets
发信站: 南京大学小百合站 (Thu Jul 4 12:47:17 2002), 站内信件
篇名: Scaling Kernel-Based Systems to Large Data Sets
刊名: Data
www.eeworm.com/read/316872/3594337
c kvm_main.c
/*
* Kernel-based Virtual Machine driver for Linux
*
* This module enables machines with Intel VT-x extensions to run virtual
* machines without emulation or binary translation.
*
* Copyright (C
www.eeworm.com/read/316872/3594339
c vmx.c
/*
* Kernel-based Virtual Machine driver for Linux
*
* This module enables machines with Intel VT-x extensions to run virtual
* machines without emulation or binary translation.
*
* Copyright (C
www.eeworm.com/read/316872/3594342
h paging_tmpl.h
/*
* Kernel-based Virtual Machine driver for Linux
*
* This module enables machines with Intel VT-x extensions to run virtual
* machines without emulation or binary translation.
*
* MMU support
www.eeworm.com/read/316872/3594345
c mmu.c
/*
* Kernel-based Virtual Machine driver for Linux
*
* This module enables machines with Intel VT-x extensions to run virtual
* machines without emulation or binary translation.
*
* MMU support
www.eeworm.com/read/386806/8725113
c slip.c
/*
* slip.c This module implements the SLIP protocol for kernel-based
* devices like TTY. It interfaces between a raw TTY, and the
* kernel's INET protocol layers (via DDI).
*
* Version: