Description Usage Arguments Details Value Author(s) Examples
Plot the quality of an attack of a verify.cv
object.
1 2 |
x |
An objet of class 'verify.cv'. |
... |
Currently ignored. |
The verify.cv
function estimates the quality of the attack with a k-cross-validation approach and this function plots it.
This function plots the quality of an attack of a verify.cv
object.
Liran Lerman llerman@ulb.ac.be & Gianluca Bontempi gbonte@ulb.ac.be@ulb.ac.be & Olivier Markowitch olivier.markowitch@ulb.ac.be
1 2 3 4 5 6 7 8 9 10 11 12 | #data collection
data(powerC)
traces = powerC[,-301]
traces = traces[,1:10]
key = powerC[,301]
newIndice = c(sample(1:128,15),sample(129:256,15))
traces = traces[newIndice,]
key = key[newIndice]+1
#model checking
attack=verify.cv(model=dpa1,filter=filter.PCA,X=traces,Y=key,nbreVarX=c(2:4),k=3)
plot(attack)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.