filter.NULL: filter.NULL

Description Usage Arguments Details Value Author(s) Examples

Description

The filter.NULL function applies the feature selection NULL to a set of physical measures. In other words, it returns all this data.

Usage

1

Arguments

...

Currently ignored.

Details

The filter.NULL function is the feature selection NULL. It returns an object which can be used with the predict function to convert a set of physical measures to another one. But in this particular case, it returns all the data without reduction.

Value

The filter.NULL function returns an object which can be used with the predict function to reduce each physical measure. This data can be the same or an other one than contained in X.

The value of this function is an object of class filter.NULL, which is a list without element.

Author(s)

Liran Lerman llerman@ulb.ac.be & Gianluca Bontempi gbonte@ulb.ac.be@ulb.ac.be & Olivier Markowitch olivier.markowitch@ulb.ac.be

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#data collection
data(powerC)
traces = powerC[,-301]
key = powerC[,301]

#model creation
attack=filter.NULL()

#model prediction
predict(attack,t(traces[1,]))

sideChannelAttack documentation built on May 2, 2019, 3:40 p.m.