代码搜索:classification

找到约 3,679 项符合「classification」的源代码

代码结果 3,679
www.eeworm.com/read/130490/14190296

c multi_pair.c

/* Copyright (C) 2001-2002 Mikael Ylikoski * See the accompanying file "README" for the full copyright notice */ /** * @file * Pairwise multi class classification. * * This file implements PAIR_
www.eeworm.com/read/129915/14217764

m cart.m

function D = CART(train_features, train_targets, params, region) % Classify using classification and regression trees % Inputs: % features - Train features % targets - Train targets % para
www.eeworm.com/read/122800/14667850

c maxent.c

/* Weight-setting and scoring implementation for Maximum Entropy classification */ /* Copyright (C) 1997, 1998, 1999 Andrew McCallum Written by: Kamal Nigam (knigam@cs.cmu.edu> This file is
www.eeworm.com/read/220289/14843869

m demglm1.m

%DEMGLM1 Demonstrate simple classification using a generalized linear model. % % Description % The problem consists of a two dimensional input matrix DATA and a % vector of classifications T. The da
www.eeworm.com/read/220289/14843923

m demglm2.m

%DEMGLM2 Demonstrate simple classification using a generalized linear model. % % Description % The problem consists of a two dimensional input matrix DATA and a % vector of classifications T. The da
www.eeworm.com/read/212314/15160002

m evaluateoutput.m

function [MLKOut] = EvaluateOutput(Ytr,YpredTrain,Ytest,YpredTest,Imap,MLK,MLKP); MLKOut=MLK; if (upper(MLKP.ProblemType) == 'CLS' & Imap == 1) % classification if (upper(MLKP.SilentMode
www.eeworm.com/read/212307/15160178

m demglm1.m

%DEMGLM1 Demonstrate simple classification using a generalized linear model. % % Description % The problem consists of a two dimensional input matrix DATA and a % vector of classifications T. The da
www.eeworm.com/read/212307/15160210

m demglm2.m

%DEMGLM2 Demonstrate simple classification using a generalized linear model. % % Description % The problem consists of a two dimensional input matrix DATA and a % vector of classifications T. The da
www.eeworm.com/read/10438/186348

c ctype.c

/*** *ctype.c - _ctype definition file * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * _ctype definition file of character classification data. This file
www.eeworm.com/read/13871/284659

m demglm1.m

%DEMGLM1 Demonstrate simple classification using a generalized linear model. % % Description % The problem consists of a two dimensional input matrix DATA and a % vector of classifications T. Th