代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/131815/14123374
m one_rbfdemo.m
echo off
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
echo on;
clc
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
%#####
www.eeworm.com/read/131815/14123377
m u_svcdemo.m
% ------- OSU nu-SVM CLASSIFIER TOOLBOX Demonstrations---
%
% 1) Construct a linear SVM Classifier and test it
% 2) Construct a nonlinear SVM Classifier (polynomial kernel) and
www.eeworm.com/read/131815/14123379
m c_lindemo.m
echo off
%LINDEMO demonstration for using linear SVM classifier.
echo on;
clc
%LINDEMO demonstration for using linear SVM classifier.
%#########################################################
www.eeworm.com/read/131815/14123381
m u_rbfdemo.m
echo off
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
echo on;
clc
% RBFDEMO demonstration for using nonlinear SVM classifier
% with a RBF kernel.
%#####
www.eeworm.com/read/131815/14123383
m u_lindemo.m
echo off
%LINDEMO demonstration for using linear SVM classifier.
echo on;
clc
%LINDEMO demonstration for using linear SVM classifier.
%#########################################################
www.eeworm.com/read/131815/14123385
m c_clademo.m
echo off
% CLADEMO demonstration for using a contructed SVM classifier to classify
% input patterns
echo on;
%
%
% NOTICE: please first run any of the first three demonstrations before
%
www.eeworm.com/read/131815/14123405
m svmclass.m
function [Labels, DecisionValue]= SVMClass(Samples, AlphaY, SVs, Bias, Parameters, nSV, nLabel)
% Usages:
% [Labels, DecisionValue]= SVMClass(Samples, AlphaY, SVs, Bias);
% [Labels, DecisionValu
www.eeworm.com/read/130490/14190116
8 selectd.8
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .s
www.eeworm.com/read/130490/14190219
h multi.h
#ifndef MULTI_H
#define MULTI_H
#include
#include "classifier.h"
#include "parray.h"
#include "vector.h"
enum multi_method {
/**
* One and one.
* One classifier per class.
www.eeworm.com/read/124570/14558475
java attributeselectedclassifier.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers