The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) algorithms that extends the independent component analysis (ICA), where instead of looking for a linear transform that makes the data components independent, we are looking for components that can be best fitted in a tree structured graphical model. The TCA model can be applied in any situation where the data can be assumed to have been transformed by an unknown linear transformation.
標簽: tree-dependent implements component analysis
上傳時間: 2016-09-17
上傳用戶:cazjing
The kernel-ica package is a Matlab program that implements the Kernel ICA algorithm for independent component analysis (ICA). The Kernel ICA algorithm is based on the minimization of a contrast function based on kernel ideas. A contrast function measures the statistical dependence between components, thus when applied to estimated components and minimized over possible demixing matrices, components that are as independent as possible are found.
標簽: independent kernel-ica implements algorithm
上傳時間: 2014-01-17
上傳用戶:yiwen213
Matsig is an object-oriented signal class library for MATLAB 6.5 and later. It implements a signal class, simplifying operations and manipulations common in audio signal processing and speech processing
標簽: signal object-oriented implements library
上傳時間: 2014-12-21
上傳用戶:lunshaomo
This code in this directory implements the binary hopfield network.Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the screen and a file, ARCHIVE.LST.
標簽: code implements directory hopfield
上傳時間: 2013-12-27
上傳用戶:ruixue198909
This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a one-dimensional space lattice comprised of uniform grid cells.
標簽: finite-difference time-domain implements equations
上傳時間: 2014-01-11
上傳用戶:270189020
項目描述: EMC is software that implements real-time control of equipment such as machine tools, robots, and coordinate measuring machines. It runs in real-time under Linux with the NMT rtlinux patch, and in nonrealtime under Solaris, and WindowsNT. EMC 是一個設備的實時控制軟件,可以控制機器工具,機器人,協調式的測量機器。它可以實時在帶有NMT補丁的Linux下運行,可以在Solaris, 和WindowsNT下可非實時運行。
標簽: implements equipment real-time software
上傳時間: 2016-12-28
上傳用戶:wl9454
ABC_FDTD_Die(T) implements simulation of a Gaussian Pulse over T time steps. ABC are for free space. If boundaries are in the Dielectric medium then the ABC fail. Dielectric medium begin and end can be specified with the code
標簽: ABC_FDTD_Die implements simulation Gaussian
上傳時間: 2013-12-22
上傳用戶:caiiicc
ABC_FDTD_Die(T) implements simulation of a Gaussian Pulse over T time steps. ABC are for free space. If boundaries are in the Dielectric medium then the ABC fail. Dielectric medium begin and end can be specified with the code
標簽: ABC_FDTD_Die implements simulation Gaussian
上傳時間: 2014-07-27
上傳用戶:LIKE
Description: TALsmtpClient class implements the SMTP protocol (RFC-821)
標簽: TALsmtpClient Description implements protocol
上傳時間: 2017-02-07
上傳用戶:redmoons
public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public final int MENURIGHT = 1 public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String menuName[] = {"新游戲","繼續游戲","游戲設置","高分榜","游戲幫助","退出游戲"} int x = getWidth()/2 int y = getHeight()/2 int count = 0 int local int index = 0 Font f boolean running = false /** * 構造方法 * */
標簽: public CircleMenuCanvas implements Runnable
上傳時間: 2014-01-08
上傳用戶:zhaoq123