Exemple #1
0
 def __init__(self, Ih_table, zmax):
     super().__init__(Ih_table, zmax)
     self.weights = flumpy.to_numpy(
         limit_outlier_weights(
             copy.deepcopy(self._Ih_table_block.weights),
             self._Ih_table_block.h_index_matrix,
         ))
 def __init__(self, Ih_table, zmax):
     super(NormDevOutlierRejection, self).__init__(Ih_table, zmax)
     self.weights = limit_outlier_weights(
         copy.deepcopy(self._Ih_table_block.weights),
         self._Ih_table_block.h_index_matrix,
     )