代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/397099/8068946
m exhaustive_feature_selection.m
function [patterns, targets, pattern_numbers] = Exhaustive_Feature_Selection(patterns, targets, params)
% Perform exhaustive (Brute-force) feature selection
%
% Inputs:
% train_patterns - Input
www.eeworm.com/read/296160/8119272
m get_punc_params.m
function [punc_patt, punc_patt_size] = get_punc_params(code_rate)
if strcmp(code_rate,'R3/4')
% R=3/4, Puncture pattern: [1 2 3 x x 6], x = punctured
punc_patt=[1 2 3 6];
punc_patt_siz
www.eeworm.com/read/246758/12706186
m get_punc_params.m
function [punc_patt, punc_patt_size] = get_punc_params(code_rate)
if strcmp(code_rate,'R3/4')
% R=3/4, Puncture pattern: [1 2 3 x x 6], x = punctured
punc_patt=[1 2 3 6];
punc_patt_siz
www.eeworm.com/read/332765/12730485
xml web.xml
chenmin.ui.ajax.server.ServiceImpl
chenmin.ui.ajax.server.ServiceImpl
www.eeworm.com/read/332481/12753745
cpp chardatatable.cpp
/*****************************************************************************\
* Copyright (c), Future Entertainment World / Seoul, Republic of Korea *
* All Rights Reserved.
www.eeworm.com/read/245941/12771023
m exhaustive_feature_selection.m
function [patterns, targets, pattern_numbers] = Exhaustive_Feature_Selection(patterns, targets, params)
% Perform exhaustive (Brute-force) feature selection
%
% Inputs:
% train_patterns - Input
www.eeworm.com/read/245644/12785810
c train_svm.c
/* Copyright 2001, 2002, 2003, 2004 Yann Guermeur and Andre Elisseeff */
/* This program is free software; you can redistribute it and/or modify */
/* it under the terms of the GN