代码搜索:initialisation
找到约 2,024 项符合「initialisation」的源代码
代码结果 2,024
www.eeworm.com/read/463474/7180251
m colpittsosc.m
function dy=ColpittsOsc(t,y,flag,rParam)
%Colpitts oscillator
%y0=[0.1 0 0];
%for Fourier analysis fs=10; vTimeRange=[0:1/fs:50];
%parameters
alpha=1;
betaF=200;
gama=-20/3;
delta=5.5;
epsi
www.eeworm.com/read/463474/7180252
m fsimplechaoticcirc.m
function dy=fSimpleChaoticCirc(t,y,flag,rParam)
%simple dissipative nonautonomous chaotic circuit with physical parameters
%y0=[0.1 0] [V]
%for Fourier analysis fs=50e6; vTimeRange=[0:1/fs:5e-6];
www.eeworm.com/read/460435/7250401
m ffnc.m
%FFNC Feed-forward neural net classifier back-end
%
% [W,HIST] = FFNC (ALG,A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% ALG Training algorithm: 'bpxnc' for back-propagation (default), 'lmnc'
%
www.eeworm.com/read/460435/7250480
m kmeans.m
%KMEANS k-means clustering
%
% [LABELS,A] = KMEANS(A,K,MAXIT,INIT,FID)
%
% INPUT
% A Matrix or dataset
% K Number of clusters to be found (optional; default: 2)
% MAXIT maximum numb
www.eeworm.com/read/460435/7250487
m bpxnc.m
%BPXNC Back-propagation trained feed-forward neural net classifier
%
% [W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each h
www.eeworm.com/read/450608/7480071
m ffnc.m
%FFNC Feed-forward neural net classifier back-end
%
% [W,HIST] = FFNC (ALG,A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% ALG Training algorithm: 'bpxnc' for back-propagation (default), 'lmnc'
%
www.eeworm.com/read/450608/7480123
m kmeans.m
%KMEANS k-means clustering
%
% [LABELS,A] = KMEANS(A,K,MAXIT,INIT,FID)
%
% INPUT
% A Matrix or dataset
% K Number of clusters to find (optional; default: 2)
% MAXIT maximum number o
www.eeworm.com/read/450608/7480129
m bpxnc.m
%BPXNC Back-propagation trained feed-forward neural net classifier
%
% [W,HIST] = BPXNC (A,UNITS,ITER,W_INI,T,FID)
%
% INPUT
% A Dataset
% UNITS Array indicating number of units in each h
www.eeworm.com/read/450608/7480581
m emclust.m
%EMCLUST Expectation-Maximization clustering
%
% [LABELS,W_EM] = EMCLUST (A,W_CLUST,K,LABTYPE,FID)
%
% INPUT
% A Dataset, possibly labeled
% W_CLUST Cluster model mapping, untrained (de
www.eeworm.com/read/441978/7661761
java noinitexception.java
/*****************************************************************
Julia Handl - 18004385
Monash University, 1.7.2001
File: NoInitException.java
Package: JavaAnts.Exception
Description: