Sequential Component Normalization
X : ndarray (n, n)
raw interaction frequency matrix
max_iter : integer, optional, default: 300
Maximum number of iteration
eps : float, optional, default: 1e-6
the relative increment in the results before declaring convergence.
copy : boolean, optional, default: True
If copy is True, the original data is not modified.
X : ndarray,
Normalized IF