代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/223154/14651936
m oco.m
function [OCO]=oco(fn,eegchan,trigchan,Mode)
% OCO - evaluates online classification output
%
% CC = oco(fn)
%
% CC = oco(...,Mode)
% Mode 'E' provides extended analysis
%
% e.g.
www.eeworm.com/read/122800/14667866
c knn.c
/* Weight-setting and scoring implementation for Naive-Bayes classification */
/* Copyright (C) 1997, 1998, 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
Th
www.eeworm.com/read/122800/14667936
c nbshrinkage.c
/* A simple version of Naive-Bayes classification */
/* Copyright (C) 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Words Li
www.eeworm.com/read/122800/14667941
c kl.c
/* Weight-setting and scoring for Kuback-Leiber classification */
/* Copyright (C) 1997, 1998, 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is pa
www.eeworm.com/read/122800/14667970
c nbsimple.c
/* A simple version of Naive-Bayes classification */
/* Copyright (C) 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Words Li
www.eeworm.com/read/122800/14667978
c rainbow.c
/* rainbow - a document classification front-end to libbow. */
/* Copyright (C) 1997, 1998, 1999, 2000 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is
www.eeworm.com/read/122800/14668044
c evi.c
/* Weight-setting and scoring for P(C|w) evidence classification */
/* Copyright (C) 1997, 1998, 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is
www.eeworm.com/read/122800/14668052
c naivebayes.c
/* Weight-setting and scoring implementation for Naive-Bayes classification */
/* Copyright (C) 1997, 1998, 1999 Andrew McCallum
Written by: Andrew Kachites McCallum
Th
www.eeworm.com/read/222301/14697758
m fwd.m
function y = fwd(net,x)
% FWD
%
% Compute the output of a support vector classification network.
%
% y = fwd(net, x);
%
% where x is a matrix of input patterns, where each column represent
www.eeworm.com/read/119681/14824461
m code.m
function [nsignals, codebook, oldcodebook, scheme] = code(signals,codetype,codetype_args,oldcodebook,fctdist,fctdist_args)
% Encode and decode a multi-class classification task into multiple binary cl