代码搜索:multi-dimensional

找到约 164 项符合「multi-dimensional」的源代码

代码结果 164
www.eeworm.com/read/212307/15160170

m somunpak.m

function net = somunpak(net, w) %SOMUNPAK Replaces node weights in SOM. % % Description % NET = SOMUNPAK(NET, W) takes a SOM data structure NET and weight % matrix W (each node represented by a row) a
www.eeworm.com/read/170936/9779347

m somunpak.m

function net = somunpak(net, w) %SOMUNPAK Replaces node weights in SOM. % % Description % NET = SOMUNPAK(NET, W) takes a SOM data structure NET and weight % matrix W (each node represented by a row) a
www.eeworm.com/read/415313/11076649

m somunpak.m

function net = somunpak(net, w) %SOMUNPAK Replaces node weights in SOM. % % Description % NET = SOMUNPAK(NET, W) takes a SOM data structure NET and weight % matrix W (each node represented by a row) a
www.eeworm.com/read/413912/11137331

m somunpak.m

function net = somunpak(net, w) %SOMUNPAK Replaces node weights in SOM. % % Description % NET = SOMUNPAK(NET, W) takes a SOM data structure NET and weight % matrix W (each node represented by a row) a
www.eeworm.com/read/373628/9445516

r mdsplot.r

### Name: MDSplot ### Title: Multi-dimensional Scaling Plot of Proximity matrix from ### randomForest ### Aliases: MDSplot ### Keywords: classif tree ### ** Examples set.seed(1) data(iris
www.eeworm.com/read/442927/7641872

html gaussian.html

Description of gaussian
www.eeworm.com/read/162614/5518096

c array5_main.c

// Copyright (C) 2002 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // Split into pieces for binary compatibility testing October 2002 // Incorrect
www.eeworm.com/read/162614/5518202

c array4.c

// { dg-do compile } // Origin: Markus Breuer // PR c++/6944 // Fail to synthesize copy constructor of multi-dimensional // array of class. #include class Array
www.eeworm.com/read/334162/12628882

html fftw_9.html

FFTW - Concept Index
www.eeworm.com/read/200886/15420669

m minx.m

% function result = minx(xx) % % Calculate the min over all dimensions of a % multi-dimensional table. function result = minx(xx) numDims=length(size(xx)); cmdF='result='; cmdB=''; for dd=1:numDims