代码搜索:codebook
找到约 1,717 项符合「codebook」的源代码
代码结果 1,717
www.eeworm.com/read/283587/9004545
c cinepak.c
/*
* Cinepak Video Decoder
* Copyright (C) 2003 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
www.eeworm.com/read/183445/9158672
m plotlssvm.m
function model = plotlssvm(model,ab,grain, princdim)
% Plot the LS-SVM results in the environment of the training data
%
% >> plotlssvm({X,Y,type,gam, sig2, kernel})
% >> plotlssvm({X,Y,type,gam, sig
www.eeworm.com/read/183445/9158701
m code_moc.m
function [codebook,scheme] = code_MOC(m)
% Generate the codebook for multiclass classification with Minimum Output encoding.
%
% >> codebook = code_MOC(m)
%
% see also:
% code
% Copyright (c) 200
www.eeworm.com/read/374698/9388853
m plotlssvm.m
function model = plotlssvm(model,ab,grain, princdim)
% Plot the LS-SVM results in the environment of the training data
%
% >> plotlssvm({X,Y,type,gam, sig2, kernel})
% >> plotlssvm({X,Y,type,gam, sig
www.eeworm.com/read/374698/9388882
m code_moc.m
function [codebook,scheme] = code_MOC(m)
% Generate the codebook for multiclass classification with Minimum Output encoding.
%
% >> codebook = code_MOC(m)
%
% see also:
% code
% Copyright (c) 200
www.eeworm.com/read/178375/9405592
h gc_pred.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/178375/9405626
h c2_9pf.h
/*
*****************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Versi
www.eeworm.com/read/178375/9405897
tab c2_11pf.tab
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/178375/9406054
h d4_17pf.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/373627/9446110
index
SOM Self-Organizing Maps: Online Algorithm
batchSOM Self-Organizing Maps: Batch Algorithm
condense Condense training set for k-NN classifier
knn