minDNF(logicFS)
minDNF()所属R语言包:logicFS
Minimum Disjunctive Normal Form
最小析取范式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the prime implicants or the minimal disjuntive form, respectively, of a given truth table.
计算黄金implicants或最小disjuntive形式,分别给定的真值表,。
用法----------Usage----------
prime.implicants(mat)
minDNF(mat)
参数----------Arguments----------
参数:mat
a matrix containing only 0's and 1's. Each column of mat corresponds to a binary variable and each row to a combination of the variables for which the logic expression is TRUE.
只包含0和1的矩阵。每个mat列对应一个二进制变量和每行的变量组合逻辑表达式为TRUE。
值----------Value----------
Either an object of class minDNF or of class primeImp. Both contain a vector of (a minimum number of) prime implicants. The primeImp additionally contains the prime implicant table.
无论是一个对象类minDNF类primeImp。都包含了矢量(最低数)黄金implicants。 primeImp此外包含首要蕴含表。
作者(S)----------Author(s)----------
Holger Schwender, <a href="mailto:holger.schwender@udo.edu">holger.schwender@udo.edu</a>
参考文献----------References----------
Technical Report, SFB 475, Department of Statistics, TU Dortmund University.
参见----------See Also----------
logic.pimp
logic.pimp
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|