代码搜索:multiway
找到约 46 项符合「multiway」的源代码
代码结果 46
www.eeworm.com/read/452180/7446319
m multiway_example.m
www.eeworm.com/read/448027/7541585
m multiway_check.m
function errortype = multiway_check(X,settings,model,type)
% multiple checks for MOLMAP inputs
%
% see the HTML HELP files (help.htm) for details
%
% The toolbox is freeware and may be used (b
www.eeworm.com/read/448027/7541586
m multiway_score.m
function score = multiway_score(X,W,pos,label_sample,settings)
% molmap_score calculates the MOLMAP score on the Kohonen net
% score is the MOLMAP score matrix (n x size*size), where
% size is th
www.eeworm.com/read/448027/7541587
m model_multiway.m
function model = model_multiway(X,class,settings)
% model multiway data by means of MOLMAP approach
% model_multiway produces MOLMAP scores on multiway data
%
% model = model_multiway(X,setting
www.eeworm.com/read/448027/7541596
m multiway_scaling.m
function [Xsca,scal,label_sample] = multiway_scaling(X,settings,model);
% multiway_scaling applies range scaling inbetween 0 and 1 and then unfoldes the data
% If model (optional) is an input, the
www.eeworm.com/read/448027/7541627
m pred_multiway.m
function pred = pred_multiway(X,model)
% prediction of MOLMAP score of unknown samples.
% pred_multiway calculates the MOLMAP scores of unknown samples
% by using a previuos MOLMAP model built b
www.eeworm.com/read/200429/15433489
m multiway_example.m
www.eeworm.com/read/452180/7446317