代码搜索:Best 开发教程
找到约 10,000 项符合「Best 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/137229/13338573
m select6.m
function [out,coefs,pin,best,bestpin]=select6(chrom,d,x,y,s1,s2,s3,best,bestpin)
%
% out=select(in);
%
% selects a new population
%
%
%
% Mix up the population
%
chrom=shuffle(chrom);
%
www.eeworm.com/read/318947/13465962
m trimmedmse.m
function [cost,retained] = trimmedmse(R,beta,V);
% Calculate trimmed mean of the squared value of the residuals.
%
% cost = trimmedmse(R);
%
% The factor where one trimms off the normed residuals is
www.eeworm.com/read/317622/13500947
m genetic_culling.m
function [patterns, targets, pattern_numbers] = genetic_culling(patterns, targets, params)
% Culling type genetic algorithm for feature selection
%
% Inputs:
% train_patterns - Input patterns
%
www.eeworm.com/read/316944/13513995
m trimmedmse.m
function [cost,retained] = trimmedmse(R,beta,V);
% Calculate trimmed mean of the squared value of the residuals.
%
% cost = trimmedmse(R);
%
% The factor where one trimms off the normed residuals is
www.eeworm.com/read/314474/13566696
gawk wlat-stats.gawk
#!/usr/local/bin/gawk -f
#
# wlat-stats --
# Compute statistics of word posterior lattices
#
# $Header: /home/srilm/devel/utils/src/RCS/wlat-stats.gawk,v 1.5 2005/02/10 23:34:50 stolcke Exp $
#
BEGIN
www.eeworm.com/read/307169/13727349
cpp packtree_int.cpp
/** \file
The documentation in this file is formatted for doxygen
(see www.doxyeng.org).
Copyright and Use
You may use this source code without limitation and w
www.eeworm.com/read/136050/13875858
out art002.out
BEST NEURON:0
IN: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
OUT: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Top Down weights:
1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Bottom up weights:
0.200000 0.200000 0.200000 0.20000
www.eeworm.com/read/136050/13875865
out art001.out
BEST NEURON:0
IN: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
OUT: 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Top Down weights:
1 1 1 1 0 0 1 0 0 1 0 0 1 1 1
Bottom up weights:
0.200000 0.200000 0.200000 0.20000
www.eeworm.com/read/147766/5721645
c smpboot.c
/*
* SMP boot-related support
*
* Copyright (C) 2001 David Mosberger-Tang
*
* 01/05/16 Rohit Seth Moved SMP booting functions from smp.c to here.
* 01/
www.eeworm.com/read/139291/5804488
c inet_ntop.c
/* Copyright (c) 1996 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the a