Nikronic / K-MCI

This is an implementation of K-MCI algorithm in python.
Apache License 2.0
4 stars 0 forks source link

Sampling Intervals #16

Closed hamed-faraji closed 6 years ago

hamed-faraji commented 6 years ago

Is sampling interval array or it's single number?

Nikronic commented 6 years ago

It is a array of tubles with two value, first one for MIN and the other one for MAX. we can assign all this tubles in a array or just assign each to their attributes. [(1,2),(1,3), ...] something like this!