b'\n \n \n
 
\n  
sfnormalize (4.0)
index
user/luke/Mnormalize.c
\n Normalization of data batches up to a given axis.\n

\n \n \n \n \n \n
 
\n Synopsis
       sfnormalize < in.rsf > out.rsf axis=1 type=
Can either normalize to be between [0,1] with type=m
\nor have mean=0, std dev = 1 with type=s \n

\n \n \n \n \n \n
 
\n Parameters
       \n \n \n
\n  
int axis=1
\tnormalize so axes groups up to this dimension have mean 0, std deviation 1
\n
\n \n\n \n \n
\n  
string type=
\t\'m\' means data are biased and scaled to be between 0 and 1
\n \'s\' means data are biased and scaled to have mean=0, std dev = 1
\n
\n
\n \n
'