以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 人工智能 :: 机器学习|数据挖掘|进化计算 』  (http://bbs.xml.org.cn/list.asp?boardid=62)
----  [求助]请推荐Bayesian Network仿真数据产生器  (http://bbs.xml.org.cn/dispbbs.asp?boardid=62&rootid=&id=46970)


--  作者:incremental
--  发布时间:5/16/2007 12:50:00 PM

--  [求助]请推荐Bayesian Network仿真数据产生器
Can anyone recommend someone data simulator of BN?
The desired one should accept most known file format, like XML-BIF etc.
--  作者:DMman
--  发布时间:5/16/2007 7:09:00 PM

--  
weka3.5.5 Explore界面提供了数据产生器的功能,可以为分类、回归、聚集等多种算法产生随机数据,包括BN、RBF等,在产生贝叶斯网络随机数据时,我们也可以设定若干参数。产生的数据可以保存为 .csv等多种形式的结果,相信能满足你的需要的。
weka帮助中对 贝叶斯网络随机数据产生 做以下解释:

NAME
weka.datagenerators.classifiers.classification.BayesNet

SYNOPSIS
Generates random instances based on a Bayes network.

OPTIONS
cardinality -- The cardinality of the attributes, incl the class attribute.

debug -- Whether the generator is run in debug mode or not.

numArcs -- The number of arcs in the bayesian net, at most: n * (n - 1) / 2 and at least: (n - 1); with n = numAttributes

numAttributes -- The number of attributes the generated data will contain (including class attribute), ie the number of nodes in the bayesian net.

numExamples -- The number of examples to generate.

relationName -- The relation name of the generated data (if empty, a generic one will be supplied).

seed -- The seed value for the random number generator.


--  作者:incremental
--  发布时间:5/18/2007 7:17:00 PM

--  
谢谢 DMman, 我去找来试一试先。
--  作者:DMman
--  发布时间:5/19/2007 6:05:00 PM

--  
不客气,注意要3.5.5版本,以前的版本里没有数据产生器的功能
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
62.500ms