Browse Source

Renamed proximary to proximity.

Kristian Schultz 3 năm trước cách đây
mục cha
commit
3d41b1b7f2
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      CreateTables.ipynb
  2. 2 2
      library/analysis.py

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 1
CreateTables.ipynb


+ 2 - 2
library/analysis.py

@@ -267,6 +267,6 @@ generators = { "Repeater":                lambda _data: Repeater()
              , "CTAB-GAN":                lambda _data: CtabGan()
              , "convGAN-majority-5":      lambda data: ConvGAN(data.data0.shape[1], neb=5, gen=5)
              , "convGAN-majority-full":   lambda data: ConvGAN(data.data0.shape[1], neb=None)
-             , "convGAN-proximary-5":     lambda data: ConvGAN(data.data0.shape[1], neb=5, gen=5, withMajorhoodNbSearch=True)
-             , "convGAN-proximary-full":  lambda data: ConvGAN(data.data0.shape[1], neb=None, withMajorhoodNbSearch=True)
+             , "convGAN-proximity-5":     lambda data: ConvGAN(data.data0.shape[1], neb=5, gen=5, withMajorhoodNbSearch=True)
+             , "convGAN-proximity-full":  lambda data: ConvGAN(data.data0.shape[1], neb=None, withMajorhoodNbSearch=True)
              }

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác