代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/233815/14133861
m simplenovelty.m
function novelindices = simplenovelty(K,Ktest,varargin)
%function novelindices = simplenovelty(K,Ktest,varargin)
%
% Performs novelty detection based on a sample stored in K,
% for test samples
www.eeworm.com/read/233811/14134523
c initpart.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* initpart.c
*
* This file contains code that performs the initial partition of the
* coarsest graph
*
* Started 7/23/97
* George
www.eeworm.com/read/233811/14134571
c minitpart.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* minitpart.c
*
* This file contains code that performs the initial partition of the
* coarsest graph
*
* Started 7/23/97
* Georg
www.eeworm.com/read/230549/14281954
m tournselect.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
%
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop -
www.eeworm.com/read/127767/14337074
txt e497. getting ldap response controls.txt
This example uses the JNDI/LDAP service provider to connect to an LDAP server on the local machine. It then performs a search and looks for controls returned with the search responses.
try {
www.eeworm.com/read/228977/14356439
m multinomialr.m
function outIndex = multinomialR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps.
% INPUTS : - inIndex = Input particle indices.
%
www.eeworm.com/read/228977/14356442
m residualr.m
function outIndex = residualR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Liu's
% residual resampling algorithm an
www.eeworm.com/read/228977/14356450
m updatestates.m
function x = updatestates(thite,q);
% PURPOSE : Performs the resampling step of the SIR algorithm
% in order(numSamples) steps.
% INPUTS : - xu = Predicted state samples.
% -
www.eeworm.com/read/227183/14438552
m tournselect.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
%
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop -
www.eeworm.com/read/124842/14533839
m tournsel.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop