代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/342711/12005260
asv cerror.asv
function error=cerror(y1,y2,label)
% CERROR Computes classification error.
%
% Synopsis:
% error = cerror(y1,y2)
% error = cerror(y1,y2,label)
%
% Description:
% error = cerror(y1,y2) returns clas
www.eeworm.com/read/255755/12057888
m lmnc.m
%LMNC Levenberg-Marquardt trained feed-forward neural net classifier
%
% [W,HIST] = LMNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each
www.eeworm.com/read/253950/12174163
htm demglm2.htm
Netlab Reference Manual demglm2
demglm2
Purpose
Demonstrate simple classification using a generalized linear model.
Synopsi
www.eeworm.com/read/150905/12249141
m lmnc.m
%LMNC Levenberg-Marquardt trained feed-forward neural net classifier
%
% [W,HIST] = LMNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each
www.eeworm.com/read/150905/12250354
htm demglm2.htm
Netlab Reference Manual demglm2
demglm2
Purpose
Demonstrate simple classification using a generalized linear model.
Synopsi
www.eeworm.com/read/150760/12266132
m contents.m
% Generalized Anderson's task.
%
% andrerr - Classification error of the Generalized Anderson's task.
% androrig - Original method to solve the Anderson's task.
% eanders - Epsilon-solutio
www.eeworm.com/read/150760/12266142
m~ contents.m~
% Algorithms to solve the Generalized Anderson's task.
%
% andrerr - Classification error of the Generalized Anderson's task.
% androrig - Original method to solve the Anderson's task.
% ean
www.eeworm.com/read/149739/12353495
m lmnc.m
%LMNC Levenberg-Marquardt trained feed-forward neural net classifier
%
% [W,HIST] = LMNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each
www.eeworm.com/read/130490/14190049
c combiner.c
/* Copyright (C) 2002, 2003 Mikael Ylikoski
* See the accompanying file "README" for the full copyright notice */
/**
* Combination classifier.
*
* Takes classification results from other classif
www.eeworm.com/read/213492/15133800
m contents.m
% Generalized Anderson's task.
%
% andrerr - Classification error of the Generalized Anderson's task.
% androrig - Original method to solve the Anderson's task.
% eanders - Epsilon-solutio