(self, data)
| 110 | self.name_list = name_list |
| 111 | |
| 112 | def inv_transform(self, data): |
| 113 | return data * self.std + self.mean |
| 114 | |
| 115 | def real_len(self): |
| 116 | return len(self.data_dict) |
nothing calls this directly
no outgoing calls
no test coverage detected