代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/172489/9705631
m contents.m
% Support Vector Machine Toolbox
% Version 2.0-Aug-1998
%
% Support Vector Classification
%
% svc - Calculate support vectors for classification
% svcplot - Plot 2 dimensional clas
www.eeworm.com/read/367444/9747741
m contents.m
% Support Vector Machine Toolbox - Steve Gunn
% Version 2.0-Aug-1998
%
% Support Vector Classification
%
% svc - Calculate support vectors for classification
% svcplot - Plot 2 dim
www.eeworm.com/read/367442/9747842
m bhattach.m
function [eps]=bhattach(M1,M2,C1,C2,P1,P2)
% BHATTACH upper estimate on Bayes class. error.
% [eps]=bhattach(M1,M2,C1,C2,P1,P2)
%
% BHATTACH calculates Bhattacharya's limit, i.e. upper estimate
www.eeworm.com/read/367442/9748225
m andrerr.m
function [maxError,minr]=andrerr(MI,SIGMA,J,alpha,theta)
% ANDRERR classification erorr, Generalized Anderson's task.
% [maxError,minr]=andrerr(MI,SIGMA,J,alpha,theta)
%
% ANDERROR computes upper li
www.eeworm.com/read/411674/11232967
m contents.m
% Bayesian classification.
%
% bayescls - Bayesian classifier with reject option.
% bayesdf - Computes decision boundary of Bayesian classifier.
% bayeserr - Computes Bayesian risk for 1D case with G
www.eeworm.com/read/148342/12474592
m contents.m
% Support Vector Machine Toolbox
% Version 2.0-Aug-1998
%
% Support Vector Classification
%
% svc - Calculate support vectors for classification
% svcplot - Plot 2 dimensional clas
www.eeworm.com/read/334793/12572337
cpp lassification.cpp
// lassification.cpp: implementation of the Classification class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "GCluser.h"
#include "la
www.eeworm.com/read/146640/12628583
m contents.m
% Support Vector Machine Toolbox
% Version 2.0-Aug-1998
%
% Support Vector Classification
%
% svc - Calculate support vectors for classification
% svcplot - Plot 2 dimensional clas
www.eeworm.com/read/200101/15441123
java knnsourcecode.java
// kNN demo
// Jerry Zhu, Carnegie Mellon University, 2000/12
// My first Java program.
import java.applet.Applet;
import java.awt.*;
import java.awt.event.ActionListener;
import java.awt.even
www.eeworm.com/read/113670/15451513
cla rules3.cla
classification
3 2
0
x trapezoid 0.0 3.0 3.0 6.0
y trapezoid 0.0 3.0 3.0 6.0
1
x trapezoid 0.0 3.0 3.0 6.0
y trapezoid 1.0 4.0 4.0 7.0
2
x trapezoid 1.0 4.0 4.0 7.0
y trapezoid 1.0 4.0 4.0 7.0