代码搜索:classification

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

代码结果 3,679
www.eeworm.com/read/139332/5800850

hpp predicate_facade.hpp

// Boost string_algo library predicate_facade.hpp header file ---------------------------// // Copyright Pavol Droba 2002-2003. Use, modification and // distribution is subject to the Boost Softw
www.eeworm.com/read/479064/6698747

c class.c

/* class.c Handling for client classes. */ /* * Copyright (c) 1998-2000 Internet Software Consortium. * All rights reserved. * * Redistribution and use in source and binary forms, with or wit
www.eeworm.com/read/150749/12267286

m code_onevsone.m

function [codebook,scheme] = code_OneVsOne(m) % Generate the codebook for multiclass classification with One-Versus-One encoding. % % codebook = code_OneVsOne(m) % % see also: % codelssvm % Copyr
www.eeworm.com/read/119681/14824427

m code_onevsone.m

function [codebook,scheme] = code_OneVsOne(m) % Generate the codebook for multiclass classification with One-Versus-One encoding. % % codebook = code_OneVsOne(m) % % see also: % codelssvm % Copyr
www.eeworm.com/read/214923/15082889

m code_onevsone.m

function [codebook,scheme] = code_OneVsOne(m) % Generate the codebook for multiclass classification with One-Versus-One encoding. % % codebook = code_OneVsOne(m) % % see also: % codelssvm % Copyr
www.eeworm.com/read/168845/5430728

hpp predicate_facade.hpp

// Boost string_algo library predicate_facade.hpp header file ---------------------------// // Copyright Pavol Droba 2002-2003. Use, modification and // distribution is subject to the Boost So
www.eeworm.com/read/172172/9722024

m code_onevsone.m

function [codebook,scheme] = code_OneVsOne(m) % Generate the codebook for multiclass classification with One-Versus-One encoding. % % codebook = code_OneVsOne(m) % % see also: % codelssvm % Copyr
www.eeworm.com/read/367440/9748386

m code_onevsone.m

function [codebook,scheme] = code_OneVsOne(m) % Generate the codebook for multiclass classification with One-Versus-One encoding. % % codebook = code_OneVsOne(m) % % see also: % codelssvm % Copyr
www.eeworm.com/read/105271/15672939

c class.c

/* class.c Handling for client classes. */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1998-2003 by Internet Software Consortium * * Permission to use
www.eeworm.com/read/428451/8867299

m code_onevsall.m

function [codebook,scheme] = code_OneVsAll(m) % Generate the codebook for multiclass classification with One-Versus-All encoding. % % codebook = code_OneVsAll(m) % % see also: % code, codedist_ham