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