代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/434858/1868303
m extract_params_from_gbn.m
function [B,D,mu] = extract_params_from_gbn(bnet)
% Extract all the local parameters of each Gaussian node, and collect them into global matrices.
% [B,D,mu] = extract_params_from_gbn(bnet)
%
% B(i,j)
www.eeworm.com/read/434858/1868379
m extract_params_from_gbn.m
function [B,D,mu] = extract_params_from_gbn(bnet)
% Extract all the local parameters of each Gaussian node, and collect them into global matrices.
% [B,D,mu] = extract_params_from_gbn(bnet)
%
% B(i,j)
www.eeworm.com/read/406718/2273858
java row.java
package org.jutil.math.matrix;
/**
* A class of matrices containing only 1 row.
*
* @path $Source: /cvsroot/org-jutil/jutil.org/src/org/jutil/math/matrix/Row.java,v $
* @version $Revision: 1.4
www.eeworm.com/read/396844/2407267
m extract_params_from_gbn.m
function [B,D,mu] = extract_params_from_gbn(bnet)
% Extract all the local parameters of each Gaussian node, and collect them into global matrices.
% [B,D,mu] = extract_params_from_gbn(bnet)
%
% B(i,j)
www.eeworm.com/read/396844/2407341
m extract_params_from_gbn.m
function [B,D,mu] = extract_params_from_gbn(bnet)
% Extract all the local parameters of each Gaussian node, and collect them into global matrices.
% [B,D,mu] = extract_params_from_gbn(bnet)
%
% B(i,j)
www.eeworm.com/read/393163/2488438
m extract_params_from_gbn.m
function [B,D,mu] = extract_params_from_gbn(bnet)
% Extract all the local parameters of each Gaussian node, and collect them into global matrices.
% [B,D,mu] = extract_params_from_gbn(bnet)
%
% B(i,j)
www.eeworm.com/read/393163/2488569
m extract_params_from_gbn.m
function [B,D,mu] = extract_params_from_gbn(bnet)
% Extract all the local parameters of each Gaussian node, and collect them into global matrices.
% [B,D,mu] = extract_params_from_gbn(bnet)
%
% B(i,j)
www.eeworm.com/read/382446/2636883
java matricestest.java
package com.aliasi.test.unit.matrix;
import com.aliasi.matrix.DenseMatrix;
import com.aliasi.matrix.Matrices;
import com.aliasi.matrix.Matrix;
import com.aliasi.test.unit.BaseTestCase;
public class
www.eeworm.com/read/394381/8227314
m min.m
%列状数据最小值
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% min(A)
%
%MIN Smallest component.
% For vectors, MIN(X) is the smallest element in X. For matrices,
% MIN(X) is a row vector contain
www.eeworm.com/read/394381/8227961
m max.m
%列状数据最大值
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% max(A)
%
%MAX Largest component.
% For vectors, MAX(X) is the largest element in X. For matrices,
% MAX(X) is a row vector containin