中国最专业的商业控件服务网

慧都控件网

电话:400-700-1020(免费)或023-66090381
product
  • 暂时没有相关新闻
上一个 上一个 TeeChart Pro for Java 下一个 下一个XtraCharts Suite
NMath Stats
[产品编号: 11163 ]  
NMath Stats

收藏订阅

关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍 下载 购买 版本更新 开发商 视频与培训 评论(2)  
NMath Stats v3.0(最新版) (09-07-08)

NMath Stats 版本更新 v3.0 (更新日期:2009/7/8)
- Added class NMFClustering for performing data clustering using iterative
nonnegative matrix factorization (NMF).
- Added class NMFConsensusMatrix for computing a consensus matrix from among
multiple NMF clusterings.
- Added classes ConnectivityMatrix and OrderedConnectivityMatrix for
representing connectivity matrices.
- Changed abbreviation for nonnegative matrix factorization from NNMF to NMF in
all class and method names.
- Added single precision support for principle component analysis. Renamed class
PrincipleComponentAnalysis to DoublePCA, and added FloatPCA.
- Fixed bug in LinearRegression where default IRegressionCalculation was not
thread-safe.
- Prevented duplicate column name in DataFrame. Duplicate names are now
automatically suffixed with "_1", "_2",...,"_n".
- Added new overloads for StatsFunction.CovarianceMatrix() for FloatMatrix and
StatsFunction.Covariance() for FloatVector.
- Added custom visualizer for DataFrame.
- Organized classes into solution folders inside Visual Studio.
- Added VS 2008 solutions for all examples and source editions.
- Added Add(System.Object) method to all types which implement IEnumerable.