plot.verify.ho(sideChannelAttack)
plot.verify.ho()所属R语言包:sideChannelAttack
plot.verify.ho
plot.verify.ho
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the quality of an attack of a verify.ho object.
绘制质量的一个verify.ho的攻击对象。
用法----------Usage----------
## S3 method for class 'verify.ho'
plot(x, ...)
参数----------Arguments----------
参数:x
An objet of class 'verify.ho'.
OBJET巴黎家居装饰博览会之类的verify.ho。
参数:...
Currently ignored.
目前忽略不计。
Details
详细信息----------Details----------
The verify.ho function estimates the quality of the attack with a hold-out approach and this function plots it.
verify.ho功能的攻击,估计质量保持的方法,这函数曲线。
值----------Value----------
This function plots the quality of an attack of a verify.ho object.
此函数曲线的质量的攻击的verify.ho对象。
(作者)----------Author(s)----------
Liran Lerman <a href="mailto:llerman@ulb.ac.be">llerman@ulb.ac.be</a> & Gianluca Bontempi <a href="mailto:gbonte@ulb.ac.be@ulb.ac.be">gbonte@ulb.ac.be@ulb.ac.be</a> & Olivier Markowitch <a href="mailto livier.markowitch@ulb.ac.be">olivier.markowitch@ulb.ac.be</a>
实例----------Examples----------
#data collection[数据收集]
data(powerC)
traces = powerC[,-301]
key = powerC[,301]
newIndice = sample(1:256)
traces = traces[newIndice,]
key = key[newIndice]
#model checking [模型检查]
attack=verify.ho(model=gaussian,filter=filter.mRMR,Xlearn=traces[1:128,],Ylearn=key[1:128],Xval=traces[129:256,],Yval=key[129:256],nbreVarX=c(1:15))
plot(attack)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|