getMatEval(logicFS)
getMatEval()所属R语言包:logicFS
Evaluate Prime Implicants
评估首要Implicants
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the values of prime implicants for observations for which the values of the variables composing the prime implicants are available.
计算首要implicants为观测变量的值组成的黄金implicants可用的的值。
用法----------Usage----------
getMatEval(data, vec.primes, check = TRUE)
参数----------Arguments----------
参数:data
a data frame in which each row corrsponds to an observation, and each column to a binary variable.
一个数据框中的每个的行corrsponds观察,每列到一个二进制变量。
参数:vec.primes
a character vector naming the prime implicants that should be evaluated. Each of the variables composing these prime implicants must be represented by one column of data.
命名应评估的首要implicants字符向量。每个人都必须的变量,谱写这些黄金implicants的代表data列。
参数:check
should some checks be done before the evaluation is performed? It is highly recommended not to change the default check = TRUE.
应该做一些检查前进行评估?我们强烈建议不要更改默认的check = TRUE。
值----------Value----------
a matrix in which each row corresponds to an observation (the same observations in the same order as in data, and each column to one of the prime implicants.
矩阵中每一行对应一个观察(在data相同的顺序相同的意见,每列到的首要implicants之一。
作者(S)----------Author(s)----------
Holger Schwender, <a href="mailto:holger.schwender@udo.edu">holger.schwender@udo.edu</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|