├── .gitignore ├── README.md ├── asp ├── aux_1_1.lp ├── aux_eca_binding.lp ├── aux_eca_space11.lp ├── aux_eca_touch.lp ├── baselines.lp ├── bnn.lp ├── constraints.lp ├── costs.lp ├── ilasp.lp ├── judgement.lp ├── letters.lp ├── misc_first_last.lp ├── misc_first_last_5.lp ├── mislabel.lp ├── music_loudness.lp ├── music_space.lp ├── nat.lp ├── numbers.lp ├── rhythm_drums.lp ├── rhythm_loudness.lp ├── rhythm_numbers.lp ├── rhythm_space.lp ├── seq_mnist.lp ├── visual_sokoban.lp └── visual_walker.lp ├── code ├── ECA.hs ├── ExampleTemplates.hs ├── GenSingle.hs ├── House.hs ├── HouseData.hs ├── HouseTypes.hs ├── Interpretation.hs ├── LICENSE ├── Mislabel.hs ├── Music.hs ├── NoisySequenceData.hs ├── NoisySequences.hs ├── Occlusion.hs ├── OcclusionData.hs ├── OldSokobanData.hs ├── ProcessNoisy.hs ├── RandomPairs.hs ├── Rhythm.hs ├── SW.hs ├── Setup.hs ├── Sokoban.hs ├── SokobanData.hs ├── SokobanPixels.hs ├── SokobanTypes.hs ├── Solve.hs ├── SolveTemplates.hs ├── TeachingSize.hs ├── Walker.hs ├── WalkerData.hs ├── solve └── solve.cabal ├── data ├── binding │ ├── predict_r110_b5.lp │ ├── predict_r11_b5.lp │ ├── predict_r133_b5.lp │ ├── predict_r135_b5.lp │ ├── predict_r139_b5.lp │ ├── predict_r13_b5.lp │ ├── predict_r147_b6.lp │ ├── predict_r148_b13.lp │ ├── predict_r155_b8.lp │ ├── predict_r158_b14.lp │ ├── predict_r167_b11.lp │ ├── predict_r176_b13.lp │ ├── predict_r193_b9.lp │ ├── predict_r25_b5.lp │ ├── predict_r26_b5.lp │ ├── predict_r2_b5.lp │ ├── predict_r30_b5.lp │ ├── predict_r61_b5.lp │ ├── predict_r67_b5.lp │ └── predict_r90_b5.lp ├── c-test │ ├── predict_1.lp │ ├── predict_10.lp │ ├── predict_11.lp │ ├── predict_12.lp │ ├── predict_13.lp │ ├── predict_14.lp │ ├── predict_15.lp │ ├── predict_2.lp │ ├── predict_3.lp │ ├── predict_4.lp │ ├── predict_5.lp │ ├── predict_6.lp │ ├── predict_7.lp │ ├── predict_8.lp │ └── predict_9.lp ├── eca │ ├── impute_0_b5_t14.lp │ ├── impute_100_b5_t14.lp │ ├── impute_101_b5_t14.lp │ ├── impute_102_b5_t14.lp │ ├── impute_103_b5_t14.lp │ ├── impute_104_b5_t14.lp │ ├── impute_105_b5_t14.lp │ ├── impute_106_b5_t14.lp │ ├── impute_107_b5_t14.lp │ ├── impute_108_b5_t14.lp │ ├── impute_109_b5_t14.lp │ ├── impute_10_b5_t14.lp │ ├── impute_110_b5_t14.lp │ ├── impute_111_b5_t14.lp │ ├── impute_112_b5_t14.lp │ ├── impute_113_b5_t14.lp │ ├── impute_114_b5_t14.lp │ ├── impute_115_b5_t14.lp │ ├── impute_116_b5_t14.lp │ ├── impute_117_b5_t14.lp │ ├── impute_118_b5_t14.lp │ ├── impute_119_b5_t14.lp │ ├── impute_11_b5_t14.lp │ ├── impute_120_b5_t14.lp │ ├── impute_121_b5_t14.lp │ ├── impute_122_b5_t14.lp │ ├── impute_123_b5_t14.lp │ ├── impute_124_b5_t14.lp │ ├── impute_125_b5_t14.lp │ ├── impute_126_b5_t14.lp │ ├── impute_127_b5_t14.lp │ ├── impute_128_b5_t14.lp │ ├── impute_129_b5_t14.lp │ ├── impute_12_b5_t14.lp │ ├── impute_130_b5_t14.lp │ ├── impute_131_b5_t14.lp │ ├── impute_132_b5_t14.lp │ ├── impute_133_b5_t14.lp │ ├── impute_134_b5_t14.lp │ ├── impute_135_b5_t14.lp │ ├── impute_136_b5_t14.lp │ ├── impute_137_b5_t14.lp │ ├── impute_138_b5_t14.lp │ ├── impute_139_b5_t14.lp │ ├── impute_13_b5_t14.lp │ ├── impute_140_b5_t14.lp │ ├── impute_141_b5_t14.lp │ ├── impute_142_b5_t14.lp │ ├── impute_143_b5_t14.lp │ ├── impute_144_b5_t14.lp │ ├── impute_145_b5_t14.lp │ ├── impute_146_b5_t14.lp │ ├── impute_147_b5_t14.lp │ ├── impute_148_b5_t14.lp │ ├── impute_149_b5_t14.lp │ ├── impute_14_b5_t14.lp │ ├── impute_150_b5_t14.lp │ ├── impute_151_b5_t14.lp │ ├── impute_152_b5_t14.lp │ ├── impute_153_b5_t14.lp │ ├── impute_154_b5_t14.lp │ ├── impute_155_b5_t14.lp │ ├── impute_156_b5_t14.lp │ ├── impute_157_b5_t14.lp │ ├── impute_158_b5_t14.lp │ ├── impute_159_b5_t14.lp │ ├── impute_15_b5_t14.lp │ ├── impute_160_b5_t14.lp │ ├── impute_161_b5_t14.lp │ ├── impute_162_b5_t14.lp │ ├── impute_163_b5_t14.lp │ ├── impute_164_b5_t14.lp │ ├── impute_165_b5_t14.lp │ ├── impute_166_b5_t14.lp │ ├── impute_167_b5_t14.lp │ ├── impute_168_b5_t14.lp │ ├── impute_169_b5_t14.lp │ ├── impute_16_b5_t14.lp │ ├── impute_170_b5_t14.lp │ ├── impute_171_b5_t14.lp │ ├── impute_172_b5_t14.lp │ ├── impute_173_b5_t14.lp │ ├── impute_174_b5_t14.lp │ ├── impute_175_b5_t14.lp │ ├── impute_176_b5_t14.lp │ ├── impute_177_b5_t14.lp │ ├── impute_178_b5_t14.lp │ ├── impute_179_b5_t14.lp │ ├── impute_17_b5_t14.lp │ ├── impute_180_b5_t14.lp │ ├── impute_181_b5_t14.lp │ ├── impute_182_b5_t14.lp │ ├── impute_183_b5_t14.lp │ ├── impute_184_b5_t14.lp │ ├── impute_185_b5_t14.lp │ ├── impute_186_b5_t14.lp │ ├── impute_187_b5_t14.lp │ ├── impute_188_b5_t14.lp │ ├── impute_189_b5_t14.lp │ ├── impute_18_b5_t14.lp │ ├── impute_190_b5_t14.lp │ ├── impute_191_b5_t14.lp │ ├── impute_192_b5_t14.lp │ ├── impute_193_b5_t14.lp │ ├── impute_194_b5_t14.lp │ ├── impute_195_b5_t14.lp │ ├── impute_196_b5_t14.lp │ ├── impute_197_b5_t14.lp │ ├── impute_198_b5_t14.lp │ ├── impute_199_b5_t14.lp │ ├── impute_19_b5_t14.lp │ ├── impute_1_b5_t14.lp │ ├── impute_200_b5_t14.lp │ ├── impute_201_b5_t14.lp │ ├── impute_202_b5_t14.lp │ ├── impute_203_b5_t14.lp │ ├── impute_204_b5_t14.lp │ ├── impute_205_b5_t14.lp │ ├── impute_206_b5_t14.lp │ ├── impute_207_b5_t14.lp │ ├── impute_208_b5_t14.lp │ ├── impute_209_b5_t14.lp │ ├── impute_20_b5_t14.lp │ ├── impute_210_b5_t14.lp │ ├── impute_211_b5_t14.lp │ ├── impute_212_b5_t14.lp │ ├── impute_213_b5_t14.lp │ ├── impute_214_b5_t14.lp │ ├── impute_215_b5_t14.lp │ ├── impute_216_b5_t14.lp │ ├── impute_217_b5_t14.lp │ ├── impute_218_b5_t14.lp │ ├── impute_219_b5_t14.lp │ ├── impute_21_b5_t14.lp │ ├── impute_220_b5_t14.lp │ ├── impute_221_b5_t14.lp │ ├── impute_222_b5_t14.lp │ ├── impute_223_b5_t14.lp │ ├── impute_224_b5_t14.lp │ ├── impute_225_b5_t14.lp │ ├── impute_226_b5_t14.lp │ ├── impute_227_b5_t14.lp │ ├── impute_228_b5_t14.lp │ ├── impute_229_b5_t14.lp │ ├── impute_22_b5_t14.lp │ ├── impute_230_b5_t14.lp │ ├── impute_231_b5_t14.lp │ ├── impute_232_b5_t14.lp │ ├── impute_233_b5_t14.lp │ ├── impute_234_b5_t14.lp │ ├── impute_235_b5_t14.lp │ ├── impute_236_b5_t14.lp │ ├── impute_237_b5_t14.lp │ ├── impute_238_b5_t14.lp │ ├── impute_239_b5_t14.lp │ ├── impute_23_b5_t14.lp │ ├── impute_240_b5_t14.lp │ ├── impute_241_b5_t14.lp │ ├── impute_242_b5_t14.lp │ ├── impute_243_b5_t14.lp │ ├── impute_244_b5_t14.lp │ ├── impute_245_b5_t14.lp │ ├── impute_246_b5_t14.lp │ ├── impute_247_b5_t14.lp │ ├── impute_248_b5_t14.lp │ ├── impute_249_b5_t14.lp │ ├── impute_24_b5_t14.lp │ ├── impute_250_b5_t14.lp │ ├── impute_251_b5_t14.lp │ ├── impute_252_b5_t14.lp │ ├── impute_253_b5_t14.lp │ ├── impute_254_b5_t14.lp │ ├── impute_255_b5_t14.lp │ ├── impute_25_b5_t14.lp │ ├── impute_26_b5_t14.lp │ ├── impute_27_b5_t14.lp │ ├── impute_28_b5_t14.lp │ ├── impute_29_b5_t14.lp │ ├── impute_2_b5_t14.lp │ ├── impute_30_b5_t14.lp │ ├── impute_31_b5_t14.lp │ ├── impute_32_b5_t14.lp │ ├── impute_33_b5_t14.lp │ ├── impute_34_b5_t14.lp │ ├── impute_35_b5_t14.lp │ ├── impute_36_b5_t14.lp │ ├── impute_37_b5_t14.lp │ ├── impute_38_b5_t14.lp │ ├── impute_39_b5_t14.lp │ ├── impute_3_b5_t14.lp │ ├── impute_40_b5_t14.lp │ ├── impute_41_b5_t14.lp │ ├── impute_42_b5_t14.lp │ ├── impute_43_b5_t14.lp │ ├── impute_44_b5_t14.lp │ ├── impute_45_b5_t14.lp │ ├── impute_46_b5_t14.lp │ ├── impute_47_b5_t14.lp │ ├── impute_48_b5_t14.lp │ ├── impute_49_b5_t14.lp │ ├── impute_4_b5_t14.lp │ ├── impute_50_b5_t14.lp │ ├── impute_51_b5_t14.lp │ ├── impute_52_b5_t14.lp │ ├── impute_53_b5_t14.lp │ ├── impute_54_b5_t14.lp │ ├── impute_55_b5_t14.lp │ ├── impute_56_b5_t14.lp │ ├── impute_57_b5_t14.lp │ ├── impute_58_b5_t14.lp │ ├── impute_59_b5_t14.lp │ ├── impute_5_b5_t14.lp │ ├── impute_60_b5_t14.lp │ ├── impute_61_b5_t14.lp │ ├── impute_62_b5_t14.lp │ ├── impute_63_b5_t14.lp │ ├── impute_64_b5_t14.lp │ ├── impute_65_b5_t14.lp │ ├── impute_66_b5_t14.lp │ ├── impute_67_b5_t14.lp │ ├── impute_68_b5_t14.lp │ ├── impute_69_b5_t14.lp │ ├── impute_6_b5_t14.lp │ ├── impute_70_b5_t14.lp │ ├── impute_71_b5_t14.lp │ ├── impute_72_b5_t14.lp │ ├── impute_73_b5_t14.lp │ ├── impute_74_b5_t14.lp │ ├── impute_75_b5_t14.lp │ ├── impute_76_b5_t14.lp │ ├── impute_77_b5_t14.lp │ ├── impute_78_b5_t14.lp │ ├── impute_79_b5_t14.lp │ ├── impute_7_b5_t14.lp │ ├── impute_80_b5_t14.lp │ ├── impute_81_b5_t14.lp │ ├── impute_82_b5_t14.lp │ ├── impute_83_b5_t14.lp │ ├── impute_84_b5_t14.lp │ ├── impute_85_b5_t14.lp │ ├── impute_86_b5_t14.lp │ ├── impute_87_b5_t14.lp │ ├── impute_88_b5_t14.lp │ ├── impute_89_b5_t14.lp │ ├── impute_8_b5_t14.lp │ ├── impute_90_b5_t14.lp │ ├── impute_91_b5_t14.lp │ ├── impute_92_b5_t14.lp │ ├── impute_93_b5_t14.lp │ ├── impute_94_b5_t14.lp │ ├── impute_95_b5_t14.lp │ ├── impute_96_b5_t14.lp │ ├── impute_97_b5_t14.lp │ ├── impute_98_b5_t14.lp │ ├── impute_99_b5_t14.lp │ ├── impute_9_b5_t14.lp │ ├── predict_0_b5_t14.lp │ ├── predict_100_b5_t14.lp │ ├── predict_101_b5_t14.lp │ ├── predict_102_b5_t14.lp │ ├── predict_103_b5_t14.lp │ ├── predict_104_b5_t14.lp │ ├── predict_105_b5_t14.lp │ ├── predict_106_b5_t14.lp │ ├── predict_107_b5_t14.lp │ ├── predict_108_b5_t14.lp │ ├── predict_109_b5_t14.lp │ ├── predict_10_b5_t14.lp │ ├── predict_110_b5_t14.lp │ ├── predict_111_b5_t14.lp │ ├── predict_112_b5_t14.lp │ ├── predict_113_b5_t14.lp │ ├── predict_114_b5_t14.lp │ ├── predict_115_b5_t14.lp │ ├── predict_116_b5_t14.lp │ ├── predict_117_b5_t14.lp │ ├── predict_118_b5_t14.lp │ ├── predict_119_b5_t14.lp │ ├── predict_11_b5_t14.lp │ ├── predict_120_b5_t14.lp │ ├── predict_121_b5_t14.lp │ ├── predict_122_b5_t14.lp │ ├── predict_123_b5_t14.lp │ ├── predict_124_b5_t14.lp │ ├── predict_125_b5_t14.lp │ ├── predict_126_b5_t14.lp │ ├── predict_127_b5_t14.lp │ ├── predict_128_b5_t14.lp │ ├── predict_129_b5_t14.lp │ ├── predict_12_b5_t14.lp │ ├── predict_130_b5_t14.lp │ ├── predict_131_b5_t14.lp │ ├── predict_132_b5_t14.lp │ ├── predict_133_b5_t14.lp │ ├── predict_134_b5_t14.lp │ ├── predict_135_b5_t14.lp │ ├── predict_136_b5_t14.lp │ ├── predict_137_b5_t14.lp │ ├── predict_138_b5_t14.lp │ ├── predict_139_b5_t14.lp │ ├── predict_13_b5_t14.lp │ ├── predict_140_b5_t14.lp │ ├── predict_141_b5_t14.lp │ ├── predict_142_b5_t14.lp │ ├── predict_143_b5_t14.lp │ ├── predict_144_b5_t14.lp │ ├── predict_145_b5_t14.lp │ ├── predict_146_b5_t14.lp │ ├── predict_147_b5_t14.lp │ ├── predict_148_b5_t14.lp │ ├── predict_149_b5_t14.lp │ ├── predict_14_b5_t14.lp │ ├── predict_150_b5_t14.lp │ ├── predict_151_b5_t14.lp │ ├── predict_152_b5_t14.lp │ ├── predict_153_b5_t14.lp │ ├── predict_154_b5_t14.lp │ ├── predict_155_b5_t14.lp │ ├── predict_156_b5_t14.lp │ ├── predict_157_b5_t14.lp │ ├── predict_158_b5_t14.lp │ ├── predict_159_b5_t14.lp │ ├── predict_15_b5_t14.lp │ ├── predict_160_b5_t14.lp │ ├── predict_161_b5_t14.lp │ ├── predict_162_b5_t14.lp │ ├── predict_163_b5_t14.lp │ ├── predict_164_b5_t14.lp │ ├── predict_165_b5_t14.lp │ ├── predict_166_b5_t14.lp │ ├── predict_167_b5_t14.lp │ ├── predict_168_b5_t14.lp │ ├── predict_169_b5_t14.lp │ ├── predict_16_b5_t14.lp │ ├── predict_170_b5_t14.lp │ ├── predict_171_b5_t14.lp │ ├── predict_172_b5_t14.lp │ ├── predict_173_b5_t14.lp │ ├── predict_174_b5_t14.lp │ ├── predict_175_b5_t14.lp │ ├── predict_176_b5_t14.lp │ ├── predict_177_b5_t14.lp │ ├── predict_178_b5_t14.lp │ ├── predict_179_b5_t14.lp │ ├── predict_17_b5_t14.lp │ ├── predict_180_b5_t14.lp │ ├── predict_181_b5_t14.lp │ ├── predict_182_b5_t14.lp │ ├── predict_183_b5_t14.lp │ ├── predict_184_b5_t14.lp │ ├── predict_185_b5_t14.lp │ ├── predict_186_b5_t14.lp │ ├── predict_187_b5_t14.lp │ ├── predict_188_b5_t14.lp │ ├── predict_189_b5_t14.lp │ ├── predict_18_b5_t14.lp │ ├── predict_190_b5_t14.lp │ ├── predict_191_b5_t14.lp │ ├── predict_192_b5_t14.lp │ ├── predict_193_b5_t14.lp │ ├── predict_194_b5_t14.lp │ ├── predict_195_b5_t14.lp │ ├── predict_196_b5_t14.lp │ ├── predict_197_b5_t14.lp │ ├── predict_198_b5_t14.lp │ ├── predict_199_b5_t14.lp │ ├── predict_19_b5_t14.lp │ ├── predict_1_b5_t14.lp │ ├── predict_200_b5_t14.lp │ ├── predict_201_b5_t14.lp │ ├── predict_202_b5_t14.lp │ ├── predict_203_b5_t14.lp │ ├── predict_204_b5_t14.lp │ ├── predict_205_b5_t14.lp │ ├── predict_206_b5_t14.lp │ ├── predict_207_b5_t14.lp │ ├── predict_208_b5_t14.lp │ ├── predict_209_b5_t14.lp │ ├── predict_20_b5_t14.lp │ ├── predict_210_b5_t14.lp │ ├── predict_211_b5_t14.lp │ ├── predict_212_b5_t14.lp │ ├── predict_213_b5_t14.lp │ ├── predict_214_b5_t14.lp │ ├── predict_215_b5_t14.lp │ ├── predict_216_b5_t14.lp │ ├── predict_217_b5_t14.lp │ ├── predict_218_b5_t14.lp │ ├── predict_219_b5_t14.lp │ ├── predict_21_b5_t14.lp │ ├── predict_220_b5_t14.lp │ ├── predict_221_b5_t14.lp │ ├── predict_222_b5_t14.lp │ ├── predict_223_b5_t14.lp │ ├── predict_224_b5_t14.lp │ ├── predict_225_b5_t14.lp │ ├── predict_226_b5_t14.lp │ ├── predict_227_b5_t14.lp │ ├── predict_228_b5_t14.lp │ ├── predict_229_b5_t14.lp │ ├── predict_22_b5_t14.lp │ ├── predict_230_b5_t14.lp │ ├── predict_231_b5_t14.lp │ ├── predict_232_b5_t14.lp │ ├── predict_233_b5_t14.lp │ ├── predict_234_b5_t14.lp │ ├── predict_235_b5_t14.lp │ ├── predict_236_b5_t14.lp │ ├── predict_237_b5_t14.lp │ ├── predict_238_b5_t14.lp │ ├── predict_239_b5_t14.lp │ ├── predict_23_b5_t14.lp │ ├── predict_240_b5_t14.lp │ ├── predict_241_b5_t14.lp │ ├── predict_242_b5_t14.lp │ ├── predict_243_b5_t14.lp │ ├── predict_244_b5_t14.lp │ ├── predict_245_b5_t14.lp │ ├── predict_246_b5_t14.lp │ ├── predict_247_b5_t14.lp │ ├── predict_248_b5_t14.lp │ ├── predict_249_b5_t14.lp │ ├── predict_24_b5_t14.lp │ ├── predict_250_b5_t14.lp │ ├── predict_251_b5_t14.lp │ ├── predict_252_b5_t14.lp │ ├── predict_253_b5_t14.lp │ ├── predict_254_b5_t14.lp │ ├── predict_255_b5_t14.lp │ ├── predict_25_b5_t14.lp │ ├── predict_26_b5_t14.lp │ ├── predict_27_b5_t14.lp │ ├── predict_28_b5_t14.lp │ ├── predict_29_b5_t14.lp │ ├── predict_2_b5_t14.lp │ ├── predict_30_b5_t14.lp │ ├── predict_31_b5_t14.lp │ ├── predict_32_b5_t14.lp │ ├── predict_33_b5_t14.lp │ ├── predict_34_b5_t14.lp │ ├── predict_35_b5_t14.lp │ ├── predict_36_b5_t14.lp │ ├── predict_37_b5_t14.lp │ ├── predict_38_b5_t14.lp │ ├── predict_39_b5_t14.lp │ ├── predict_3_b5_t14.lp │ ├── predict_40_b5_t14.lp │ ├── predict_41_b5_t14.lp │ ├── predict_42_b5_t14.lp │ ├── predict_43_b5_t14.lp │ ├── predict_44_b5_t14.lp │ ├── predict_45_b5_t14.lp │ ├── predict_46_b5_t14.lp │ ├── predict_47_b5_t14.lp │ ├── predict_48_b5_t14.lp │ ├── predict_49_b5_t14.lp │ ├── predict_4_b5_t14.lp │ ├── predict_50_b5_t14.lp │ ├── predict_51_b5_t14.lp │ ├── predict_52_b5_t14.lp │ ├── predict_53_b5_t14.lp │ ├── predict_54_b5_t14.lp │ ├── predict_55_b5_t14.lp │ ├── predict_56_b5_t14.lp │ ├── predict_57_b5_t14.lp │ ├── predict_58_b5_t14.lp │ ├── predict_59_b5_t14.lp │ ├── predict_5_b5_t14.lp │ ├── predict_60_b5_t14.lp │ ├── predict_61_b5_t14.lp │ ├── predict_62_b5_t14.lp │ ├── predict_63_b5_t14.lp │ ├── predict_64_b5_t14.lp │ ├── predict_65_b5_t14.lp │ ├── predict_66_b5_t14.lp │ ├── predict_67_b5_t14.lp │ ├── predict_68_b5_t14.lp │ ├── predict_69_b5_t14.lp │ ├── predict_6_b5_t14.lp │ ├── predict_70_b5_t14.lp │ ├── predict_71_b5_t14.lp │ ├── predict_72_b5_t14.lp │ ├── predict_73_b5_t14.lp │ ├── predict_74_b5_t14.lp │ ├── predict_75_b5_t14.lp │ ├── predict_76_b5_t14.lp │ ├── predict_77_b5_t14.lp │ ├── predict_78_b5_t14.lp │ ├── predict_79_b5_t14.lp │ ├── predict_7_b5_t14.lp │ ├── predict_80_b5_t14.lp │ ├── predict_81_b5_t14.lp │ ├── predict_82_b5_t14.lp │ ├── predict_83_b5_t14.lp │ ├── predict_84_b5_t14.lp │ ├── predict_85_b5_t14.lp │ ├── predict_86_b5_t14.lp │ ├── predict_87_b5_t14.lp │ ├── predict_88_b5_t14.lp │ ├── predict_89_b5_t14.lp │ ├── predict_8_b5_t14.lp │ ├── predict_90_b5_t14.lp │ ├── predict_91_b5_t14.lp │ ├── predict_92_b5_t14.lp │ ├── predict_93_b5_t14.lp │ ├── predict_94_b5_t14.lp │ ├── predict_95_b5_t14.lp │ ├── predict_96_b5_t14.lp │ ├── predict_97_b5_t14.lp │ ├── predict_98_b5_t14.lp │ ├── predict_99_b5_t14.lp │ ├── predict_9_b5_t14.lp │ ├── retrodict_0_b5_t14.lp │ ├── retrodict_100_b5_t14.lp │ ├── retrodict_101_b5_t14.lp │ ├── retrodict_102_b5_t14.lp │ ├── retrodict_103_b5_t14.lp │ ├── retrodict_104_b5_t14.lp │ ├── retrodict_105_b5_t14.lp │ ├── retrodict_106_b5_t14.lp │ ├── retrodict_107_b5_t14.lp │ ├── retrodict_108_b5_t14.lp │ ├── retrodict_109_b5_t14.lp │ ├── retrodict_10_b5_t14.lp │ ├── retrodict_110_b5_t14.lp │ ├── retrodict_111_b5_t14.lp │ ├── retrodict_112_b5_t14.lp │ ├── retrodict_113_b5_t14.lp │ ├── retrodict_114_b5_t14.lp │ ├── retrodict_115_b5_t14.lp │ ├── retrodict_116_b5_t14.lp │ ├── retrodict_117_b5_t14.lp │ ├── retrodict_118_b5_t14.lp │ ├── retrodict_119_b5_t14.lp │ ├── retrodict_11_b5_t14.lp │ ├── retrodict_120_b5_t14.lp │ ├── retrodict_121_b5_t14.lp │ ├── retrodict_122_b5_t14.lp │ ├── retrodict_123_b5_t14.lp │ ├── retrodict_124_b5_t14.lp │ ├── retrodict_125_b5_t14.lp │ ├── retrodict_126_b5_t14.lp │ ├── retrodict_127_b5_t14.lp │ ├── retrodict_128_b5_t14.lp │ ├── retrodict_129_b5_t14.lp │ ├── retrodict_12_b5_t14.lp │ ├── retrodict_130_b5_t14.lp │ ├── retrodict_131_b5_t14.lp │ ├── retrodict_132_b5_t14.lp │ ├── retrodict_133_b5_t14.lp │ ├── retrodict_134_b5_t14.lp │ ├── retrodict_135_b5_t14.lp │ ├── retrodict_136_b5_t14.lp │ ├── retrodict_137_b5_t14.lp │ ├── retrodict_138_b5_t14.lp │ ├── retrodict_139_b5_t14.lp │ ├── retrodict_13_b5_t14.lp │ ├── retrodict_140_b5_t14.lp │ ├── retrodict_141_b5_t14.lp │ ├── retrodict_142_b5_t14.lp │ ├── retrodict_143_b5_t14.lp │ ├── retrodict_144_b5_t14.lp │ ├── retrodict_145_b5_t14.lp │ ├── retrodict_146_b5_t14.lp │ ├── retrodict_147_b5_t14.lp │ ├── retrodict_148_b5_t14.lp │ ├── retrodict_149_b5_t14.lp │ ├── retrodict_14_b5_t14.lp │ ├── retrodict_150_b5_t14.lp │ ├── retrodict_151_b5_t14.lp │ ├── retrodict_152_b5_t14.lp │ ├── retrodict_153_b5_t14.lp │ ├── retrodict_154_b5_t14.lp │ ├── retrodict_155_b5_t14.lp │ ├── retrodict_156_b5_t14.lp │ ├── retrodict_157_b5_t14.lp │ ├── retrodict_158_b5_t14.lp │ ├── retrodict_159_b5_t14.lp │ ├── retrodict_15_b5_t14.lp │ ├── retrodict_160_b5_t14.lp │ ├── retrodict_161_b5_t14.lp │ ├── retrodict_162_b5_t14.lp │ ├── retrodict_163_b5_t14.lp │ ├── retrodict_164_b5_t14.lp │ ├── retrodict_165_b5_t14.lp │ ├── retrodict_166_b5_t14.lp │ ├── retrodict_167_b5_t14.lp │ ├── retrodict_168_b5_t14.lp │ ├── retrodict_169_b5_t14.lp │ ├── retrodict_16_b5_t14.lp │ ├── retrodict_170_b5_t14.lp │ ├── retrodict_171_b5_t14.lp │ ├── retrodict_172_b5_t14.lp │ ├── retrodict_173_b5_t14.lp │ ├── retrodict_174_b5_t14.lp │ ├── retrodict_175_b5_t14.lp │ ├── retrodict_176_b5_t14.lp │ ├── retrodict_177_b5_t14.lp │ ├── retrodict_178_b5_t14.lp │ ├── retrodict_179_b5_t14.lp │ ├── retrodict_17_b5_t14.lp │ ├── retrodict_180_b5_t14.lp │ ├── retrodict_181_b5_t14.lp │ ├── retrodict_182_b5_t14.lp │ ├── retrodict_183_b5_t14.lp │ ├── retrodict_184_b5_t14.lp │ ├── retrodict_185_b5_t14.lp │ ├── retrodict_186_b5_t14.lp │ ├── retrodict_187_b5_t14.lp │ ├── retrodict_188_b5_t14.lp │ ├── retrodict_189_b5_t14.lp │ ├── retrodict_18_b5_t14.lp │ ├── retrodict_190_b5_t14.lp │ ├── retrodict_191_b5_t14.lp │ ├── retrodict_192_b5_t14.lp │ ├── retrodict_193_b5_t14.lp │ ├── retrodict_194_b5_t14.lp │ ├── retrodict_195_b5_t14.lp │ ├── retrodict_196_b5_t14.lp │ ├── retrodict_197_b5_t14.lp │ ├── retrodict_198_b5_t14.lp │ ├── retrodict_199_b5_t14.lp │ ├── retrodict_19_b5_t14.lp │ ├── retrodict_1_b5_t14.lp │ ├── retrodict_200_b5_t14.lp │ ├── retrodict_201_b5_t14.lp │ ├── retrodict_202_b5_t14.lp │ ├── retrodict_203_b5_t14.lp │ ├── retrodict_204_b5_t14.lp │ ├── retrodict_205_b5_t14.lp │ ├── retrodict_206_b5_t14.lp │ ├── retrodict_207_b5_t14.lp │ ├── retrodict_208_b5_t14.lp │ ├── retrodict_209_b5_t14.lp │ ├── retrodict_20_b5_t14.lp │ ├── retrodict_210_b5_t14.lp │ ├── retrodict_211_b5_t14.lp │ ├── retrodict_212_b5_t14.lp │ ├── retrodict_213_b5_t14.lp │ ├── retrodict_214_b5_t14.lp │ ├── retrodict_215_b5_t14.lp │ ├── retrodict_216_b5_t14.lp │ ├── retrodict_217_b5_t14.lp │ ├── retrodict_218_b5_t14.lp │ ├── retrodict_219_b5_t14.lp │ ├── retrodict_21_b5_t14.lp │ ├── retrodict_220_b5_t14.lp │ ├── retrodict_221_b5_t14.lp │ ├── retrodict_222_b5_t14.lp │ ├── retrodict_223_b5_t14.lp │ ├── retrodict_224_b5_t14.lp │ ├── retrodict_225_b5_t14.lp │ ├── retrodict_226_b5_t14.lp │ ├── retrodict_227_b5_t14.lp │ ├── retrodict_228_b5_t14.lp │ ├── retrodict_229_b5_t14.lp │ ├── retrodict_22_b5_t14.lp │ ├── retrodict_230_b5_t14.lp │ ├── retrodict_231_b5_t14.lp │ ├── retrodict_232_b5_t14.lp │ ├── retrodict_233_b5_t14.lp │ ├── retrodict_234_b5_t14.lp │ ├── retrodict_235_b5_t14.lp │ ├── retrodict_236_b5_t14.lp │ ├── retrodict_237_b5_t14.lp │ ├── retrodict_238_b5_t14.lp │ ├── retrodict_239_b5_t14.lp │ ├── retrodict_23_b5_t14.lp │ ├── retrodict_240_b5_t14.lp │ ├── retrodict_241_b5_t14.lp │ ├── retrodict_242_b5_t14.lp │ ├── retrodict_243_b5_t14.lp │ ├── retrodict_244_b5_t14.lp │ ├── retrodict_245_b5_t14.lp │ ├── retrodict_246_b5_t14.lp │ ├── retrodict_247_b5_t14.lp │ ├── retrodict_248_b5_t14.lp │ ├── retrodict_249_b5_t14.lp │ ├── retrodict_24_b5_t14.lp │ ├── retrodict_250_b5_t14.lp │ ├── retrodict_251_b5_t14.lp │ ├── retrodict_252_b5_t14.lp │ ├── retrodict_253_b5_t14.lp │ ├── retrodict_254_b5_t14.lp │ ├── retrodict_255_b5_t14.lp │ ├── retrodict_25_b5_t14.lp │ ├── retrodict_26_b5_t14.lp │ ├── retrodict_27_b5_t14.lp │ ├── retrodict_28_b5_t14.lp │ ├── retrodict_29_b5_t14.lp │ ├── retrodict_2_b5_t14.lp │ ├── retrodict_30_b5_t14.lp │ ├── retrodict_31_b5_t14.lp │ ├── retrodict_32_b5_t14.lp │ ├── retrodict_33_b5_t14.lp │ ├── retrodict_34_b5_t14.lp │ ├── retrodict_35_b5_t14.lp │ ├── retrodict_36_b5_t14.lp │ ├── retrodict_37_b5_t14.lp │ ├── retrodict_38_b5_t14.lp │ ├── retrodict_39_b5_t14.lp │ ├── retrodict_3_b5_t14.lp │ ├── retrodict_40_b5_t14.lp │ ├── retrodict_41_b5_t14.lp │ ├── retrodict_42_b5_t14.lp │ ├── retrodict_43_b5_t14.lp │ ├── retrodict_44_b5_t14.lp │ ├── retrodict_45_b5_t14.lp │ ├── retrodict_46_b5_t14.lp │ ├── retrodict_47_b5_t14.lp │ ├── retrodict_48_b5_t14.lp │ ├── retrodict_49_b5_t14.lp │ ├── retrodict_4_b5_t14.lp │ ├── retrodict_50_b5_t14.lp │ ├── retrodict_51_b5_t14.lp │ ├── retrodict_52_b5_t14.lp │ ├── retrodict_53_b5_t14.lp │ ├── retrodict_54_b5_t14.lp │ ├── retrodict_55_b5_t14.lp │ ├── retrodict_56_b5_t14.lp │ ├── retrodict_57_b5_t14.lp │ ├── retrodict_58_b5_t14.lp │ ├── retrodict_59_b5_t14.lp │ ├── retrodict_5_b5_t14.lp │ ├── retrodict_60_b5_t14.lp │ ├── retrodict_61_b5_t14.lp │ ├── retrodict_62_b5_t14.lp │ ├── retrodict_63_b5_t14.lp │ ├── retrodict_64_b5_t14.lp │ ├── retrodict_65_b5_t14.lp │ ├── retrodict_66_b5_t14.lp │ ├── retrodict_67_b5_t14.lp │ ├── retrodict_68_b5_t14.lp │ ├── retrodict_69_b5_t14.lp │ ├── retrodict_6_b5_t14.lp │ ├── retrodict_70_b5_t14.lp │ ├── retrodict_71_b5_t14.lp │ ├── retrodict_72_b5_t14.lp │ ├── retrodict_73_b5_t14.lp │ ├── retrodict_74_b5_t14.lp │ ├── retrodict_75_b5_t14.lp │ ├── retrodict_76_b5_t14.lp │ ├── retrodict_77_b5_t14.lp │ ├── retrodict_78_b5_t14.lp │ ├── retrodict_79_b5_t14.lp │ ├── retrodict_7_b5_t14.lp │ ├── retrodict_80_b5_t14.lp │ ├── retrodict_81_b5_t14.lp │ ├── retrodict_82_b5_t14.lp │ ├── retrodict_83_b5_t14.lp │ ├── retrodict_84_b5_t14.lp │ ├── retrodict_85_b5_t14.lp │ ├── retrodict_86_b5_t14.lp │ ├── retrodict_87_b5_t14.lp │ ├── retrodict_88_b5_t14.lp │ ├── retrodict_89_b5_t14.lp │ ├── retrodict_8_b5_t14.lp │ ├── retrodict_90_b5_t14.lp │ ├── retrodict_91_b5_t14.lp │ ├── retrodict_92_b5_t14.lp │ ├── retrodict_93_b5_t14.lp │ ├── retrodict_94_b5_t14.lp │ ├── retrodict_95_b5_t14.lp │ ├── retrodict_96_b5_t14.lp │ ├── retrodict_97_b5_t14.lp │ ├── retrodict_98_b5_t14.lp │ ├── retrodict_99_b5_t14.lp │ └── retrodict_9_b5_t14.lp ├── house │ ├── house_H1.lp │ ├── house_H10.lp │ ├── house_H11.lp │ ├── house_H12.lp │ ├── house_H13.lp │ ├── house_H14.lp │ ├── house_H15.lp │ ├── house_H16.lp │ ├── house_H2.lp │ ├── house_H3.lp │ ├── house_H4.lp │ ├── house_H5.lp │ ├── house_H6.lp │ ├── house_H7.lp │ ├── house_H8.lp │ └── house_H9.lp ├── misc │ ├── exog_1.lp │ ├── first_last_1.lp │ ├── first_last_2.lp │ ├── first_last_3.lp │ ├── first_last_4.lp │ ├── first_last_5.lp │ ├── first_last_6.lp │ ├── predict_1.lp │ ├── predict_2.lp │ ├── predict_3.lp │ ├── predict_4.lp │ ├── predict_eca_245_b3.lp │ ├── predict_example.lp │ ├── predict_mislabel.lp │ ├── second_last_1.lp │ └── second_last_2.lp ├── mislabel │ ├── predict_10_100_0_1.lp │ ├── predict_10_100_10_1.lp │ ├── predict_10_100_10_2.lp │ ├── predict_10_100_10_3.lp │ ├── predict_10_100_10_4.lp │ ├── predict_10_100_10_5.lp │ ├── predict_10_100_15_1.lp │ ├── predict_10_100_15_2.lp │ ├── predict_10_100_15_3.lp │ ├── predict_10_100_15_4.lp │ ├── predict_10_100_15_5.lp │ ├── predict_10_100_20_1.lp │ ├── predict_10_100_20_2.lp │ ├── predict_10_100_20_3.lp │ ├── predict_10_100_20_4.lp │ ├── predict_10_100_20_5.lp │ ├── predict_10_100_25_1.lp │ ├── predict_10_100_25_2.lp │ ├── predict_10_100_25_3.lp │ ├── predict_10_100_25_4.lp │ ├── predict_10_100_25_5.lp │ ├── predict_10_100_30_1.lp │ ├── predict_10_100_30_2.lp │ ├── predict_10_100_30_3.lp │ ├── predict_10_100_30_4.lp │ ├── predict_10_100_30_5.lp │ ├── predict_10_100_35_1.lp │ ├── predict_10_100_35_2.lp │ ├── predict_10_100_35_3.lp │ ├── predict_10_100_35_4.lp │ ├── predict_10_100_35_5.lp │ ├── predict_10_100_40_1.lp │ ├── predict_10_100_40_2.lp │ ├── predict_10_100_40_3.lp │ ├── predict_10_100_40_4.lp │ ├── predict_10_100_40_5.lp │ ├── predict_10_100_45_1.lp │ ├── predict_10_100_45_2.lp │ ├── predict_10_100_45_3.lp │ ├── predict_10_100_45_4.lp │ ├── predict_10_100_45_5.lp │ ├── predict_10_100_50_1.lp │ ├── predict_10_100_50_2.lp │ ├── predict_10_100_50_3.lp │ ├── predict_10_100_50_4.lp │ ├── predict_10_100_50_5.lp │ ├── predict_10_100_5_1.lp │ ├── predict_10_100_5_2.lp │ ├── predict_10_100_5_3.lp │ ├── predict_10_100_5_4.lp │ ├── predict_10_100_5_5.lp │ ├── predict_1_100_0_1.lp │ ├── predict_1_100_10_1.lp │ ├── predict_1_100_10_2.lp │ ├── predict_1_100_10_3.lp │ ├── predict_1_100_10_4.lp │ ├── predict_1_100_10_5.lp │ ├── predict_1_100_15_1.lp │ ├── predict_1_100_15_2.lp │ ├── predict_1_100_15_3.lp │ ├── predict_1_100_15_4.lp │ ├── predict_1_100_15_5.lp │ ├── predict_1_100_20_1.lp │ ├── predict_1_100_20_2.lp │ ├── predict_1_100_20_3.lp │ ├── predict_1_100_20_4.lp │ ├── predict_1_100_20_5.lp │ ├── predict_1_100_25_1.lp │ ├── predict_1_100_25_2.lp │ ├── predict_1_100_25_3.lp │ ├── predict_1_100_25_4.lp │ ├── predict_1_100_25_5.lp │ ├── predict_1_100_30_1.lp │ ├── predict_1_100_30_2.lp │ ├── predict_1_100_30_3.lp │ ├── predict_1_100_30_4.lp │ ├── predict_1_100_30_5.lp │ ├── predict_1_100_35_1.lp │ ├── predict_1_100_35_2.lp │ ├── predict_1_100_35_3.lp │ ├── predict_1_100_35_4.lp │ ├── predict_1_100_35_5.lp │ ├── predict_1_100_40_1.lp │ ├── predict_1_100_40_2.lp │ ├── predict_1_100_40_3.lp │ ├── predict_1_100_40_4.lp │ ├── predict_1_100_40_5.lp │ ├── predict_1_100_45_1.lp │ ├── predict_1_100_45_2.lp │ ├── predict_1_100_45_3.lp │ ├── predict_1_100_45_4.lp │ ├── predict_1_100_45_5.lp │ ├── predict_1_100_50_1.lp │ ├── predict_1_100_50_2.lp │ ├── predict_1_100_50_3.lp │ ├── predict_1_100_50_4.lp │ ├── predict_1_100_50_5.lp │ ├── predict_1_100_5_1.lp │ ├── predict_1_100_5_2.lp │ ├── predict_1_100_5_3.lp │ ├── predict_1_100_5_4.lp │ ├── predict_1_100_5_5.lp │ ├── predict_2_100_0_1.lp │ ├── predict_2_100_10_1.lp │ ├── predict_2_100_10_2.lp │ ├── predict_2_100_10_3.lp │ ├── predict_2_100_10_4.lp │ ├── predict_2_100_10_5.lp │ ├── predict_2_100_15_1.lp │ ├── predict_2_100_15_2.lp │ ├── predict_2_100_15_3.lp │ ├── predict_2_100_15_4.lp │ ├── predict_2_100_15_5.lp │ ├── predict_2_100_20_1.lp │ ├── predict_2_100_20_2.lp │ ├── predict_2_100_20_3.lp │ ├── predict_2_100_20_4.lp │ ├── predict_2_100_20_5.lp │ ├── predict_2_100_25_1.lp │ ├── predict_2_100_25_2.lp │ ├── predict_2_100_25_3.lp │ ├── predict_2_100_25_4.lp │ ├── predict_2_100_25_5.lp │ ├── predict_2_100_30_1.lp │ ├── predict_2_100_30_2.lp │ ├── predict_2_100_30_3.lp │ ├── predict_2_100_30_4.lp │ ├── predict_2_100_30_5.lp │ ├── predict_2_100_35_1.lp │ ├── predict_2_100_35_2.lp │ ├── predict_2_100_35_3.lp │ ├── predict_2_100_35_4.lp │ ├── predict_2_100_35_5.lp │ ├── predict_2_100_40_1.lp │ ├── predict_2_100_40_2.lp │ ├── predict_2_100_40_3.lp │ ├── predict_2_100_40_4.lp │ ├── predict_2_100_40_5.lp │ ├── predict_2_100_45_1.lp │ ├── predict_2_100_45_2.lp │ ├── predict_2_100_45_3.lp │ ├── predict_2_100_45_4.lp │ ├── predict_2_100_45_5.lp │ ├── predict_2_100_50_1.lp │ ├── predict_2_100_50_2.lp │ ├── predict_2_100_50_3.lp │ ├── predict_2_100_50_4.lp │ ├── predict_2_100_50_5.lp │ ├── predict_2_100_5_1.lp │ ├── predict_2_100_5_2.lp │ ├── predict_2_100_5_3.lp │ ├── predict_2_100_5_4.lp │ ├── predict_2_100_5_5.lp │ ├── predict_3_100_0_1.lp │ ├── predict_3_100_10_1.lp │ ├── predict_3_100_10_2.lp │ ├── predict_3_100_10_3.lp │ ├── predict_3_100_10_4.lp │ ├── predict_3_100_10_5.lp │ ├── predict_3_100_15_1.lp │ ├── predict_3_100_15_2.lp │ ├── predict_3_100_15_3.lp │ ├── predict_3_100_15_4.lp │ ├── predict_3_100_15_5.lp │ ├── predict_3_100_20_1.lp │ ├── predict_3_100_20_2.lp │ ├── predict_3_100_20_3.lp │ ├── predict_3_100_20_4.lp │ ├── predict_3_100_20_5.lp │ ├── predict_3_100_25_1.lp │ ├── predict_3_100_25_2.lp │ ├── predict_3_100_25_3.lp │ ├── predict_3_100_25_4.lp │ ├── predict_3_100_25_5.lp │ ├── predict_3_100_30_1.lp │ ├── predict_3_100_30_2.lp │ ├── predict_3_100_30_3.lp │ ├── predict_3_100_30_4.lp │ ├── predict_3_100_30_5.lp │ ├── predict_3_100_35_1.lp │ ├── predict_3_100_35_2.lp │ ├── predict_3_100_35_3.lp │ ├── predict_3_100_35_4.lp │ ├── predict_3_100_35_5.lp │ ├── predict_3_100_40_1.lp │ ├── predict_3_100_40_2.lp │ ├── predict_3_100_40_3.lp │ ├── predict_3_100_40_4.lp │ ├── predict_3_100_40_5.lp │ ├── predict_3_100_45_1.lp │ ├── predict_3_100_45_2.lp │ ├── predict_3_100_45_3.lp │ ├── predict_3_100_45_4.lp │ ├── predict_3_100_45_5.lp │ ├── predict_3_100_50_1.lp │ ├── predict_3_100_50_2.lp │ ├── predict_3_100_50_3.lp │ ├── predict_3_100_50_4.lp │ ├── predict_3_100_50_5.lp │ ├── predict_3_100_5_1.lp │ ├── predict_3_100_5_2.lp │ ├── predict_3_100_5_3.lp │ ├── predict_3_100_5_4.lp │ ├── predict_3_100_5_5.lp │ ├── predict_4_100_0_1.lp │ ├── predict_4_100_10_1.lp │ ├── predict_4_100_10_2.lp │ ├── predict_4_100_10_3.lp │ ├── predict_4_100_10_4.lp │ ├── predict_4_100_10_5.lp │ ├── predict_4_100_15_1.lp │ ├── predict_4_100_15_2.lp │ ├── predict_4_100_15_3.lp │ ├── predict_4_100_15_4.lp │ ├── predict_4_100_15_5.lp │ ├── predict_4_100_20_1.lp │ ├── predict_4_100_20_2.lp │ ├── predict_4_100_20_3.lp │ ├── predict_4_100_20_4.lp │ ├── predict_4_100_20_5.lp │ ├── predict_4_100_25_1.lp │ ├── predict_4_100_25_2.lp │ ├── predict_4_100_25_3.lp │ ├── predict_4_100_25_4.lp │ ├── predict_4_100_25_5.lp │ ├── predict_4_100_30_1.lp │ ├── predict_4_100_30_2.lp │ ├── predict_4_100_30_3.lp │ ├── predict_4_100_30_4.lp │ ├── predict_4_100_30_5.lp │ ├── predict_4_100_35_1.lp │ ├── predict_4_100_35_2.lp │ ├── predict_4_100_35_3.lp │ ├── predict_4_100_35_4.lp │ ├── predict_4_100_35_5.lp │ ├── predict_4_100_40_1.lp │ ├── predict_4_100_40_2.lp │ ├── predict_4_100_40_3.lp │ ├── predict_4_100_40_4.lp │ ├── predict_4_100_40_5.lp │ ├── predict_4_100_45_1.lp │ ├── predict_4_100_45_2.lp │ ├── predict_4_100_45_3.lp │ ├── predict_4_100_45_4.lp │ ├── predict_4_100_45_5.lp │ ├── predict_4_100_50_1.lp │ ├── predict_4_100_50_2.lp │ ├── predict_4_100_50_3.lp │ ├── predict_4_100_50_4.lp │ ├── predict_4_100_50_5.lp │ ├── predict_4_100_5_1.lp │ ├── predict_4_100_5_2.lp │ ├── predict_4_100_5_3.lp │ ├── predict_4_100_5_4.lp │ ├── predict_4_100_5_5.lp │ ├── predict_5_100_0_1.lp │ ├── predict_5_100_10_1.lp │ ├── predict_5_100_10_2.lp │ ├── predict_5_100_10_3.lp │ ├── predict_5_100_10_4.lp │ ├── predict_5_100_10_5.lp │ ├── predict_5_100_15_1.lp │ ├── predict_5_100_15_2.lp │ ├── predict_5_100_15_3.lp │ ├── predict_5_100_15_4.lp │ ├── predict_5_100_15_5.lp │ ├── predict_5_100_20_1.lp │ ├── predict_5_100_20_2.lp │ ├── predict_5_100_20_3.lp │ ├── predict_5_100_20_4.lp │ ├── predict_5_100_20_5.lp │ ├── predict_5_100_25_1.lp │ ├── predict_5_100_25_2.lp │ ├── predict_5_100_25_3.lp │ ├── predict_5_100_25_4.lp │ ├── predict_5_100_25_5.lp │ ├── predict_5_100_30_1.lp │ ├── predict_5_100_30_2.lp │ ├── predict_5_100_30_3.lp │ ├── predict_5_100_30_4.lp │ ├── predict_5_100_30_5.lp │ ├── predict_5_100_35_1.lp │ ├── predict_5_100_35_2.lp │ ├── predict_5_100_35_3.lp │ ├── predict_5_100_35_4.lp │ ├── predict_5_100_35_5.lp │ ├── predict_5_100_40_1.lp │ ├── predict_5_100_40_2.lp │ ├── predict_5_100_40_3.lp │ ├── predict_5_100_40_4.lp │ ├── predict_5_100_40_5.lp │ ├── predict_5_100_45_1.lp │ ├── predict_5_100_45_2.lp │ ├── predict_5_100_45_3.lp │ ├── predict_5_100_45_4.lp │ ├── predict_5_100_45_5.lp │ ├── predict_5_100_50_1.lp │ ├── predict_5_100_50_2.lp │ ├── predict_5_100_50_3.lp │ ├── predict_5_100_50_4.lp │ ├── predict_5_100_50_5.lp │ ├── predict_5_100_5_1.lp │ ├── predict_5_100_5_2.lp │ ├── predict_5_100_5_3.lp │ ├── predict_5_100_5_4.lp │ ├── predict_5_100_5_5.lp │ ├── predict_6_100_0_1.lp │ ├── predict_6_100_10_1.lp │ ├── predict_6_100_10_2.lp │ ├── predict_6_100_10_3.lp │ ├── predict_6_100_10_4.lp │ ├── predict_6_100_10_5.lp │ ├── predict_6_100_15_1.lp │ ├── predict_6_100_15_2.lp │ ├── predict_6_100_15_3.lp │ ├── predict_6_100_15_4.lp │ ├── predict_6_100_15_5.lp │ ├── predict_6_100_20_1.lp │ ├── predict_6_100_20_2.lp │ ├── predict_6_100_20_3.lp │ ├── predict_6_100_20_4.lp │ ├── predict_6_100_20_5.lp │ ├── predict_6_100_25_1.lp │ ├── predict_6_100_25_2.lp │ ├── predict_6_100_25_3.lp │ ├── predict_6_100_25_4.lp │ ├── predict_6_100_25_5.lp │ ├── predict_6_100_30_1.lp │ ├── predict_6_100_30_2.lp │ ├── predict_6_100_30_3.lp │ ├── predict_6_100_30_4.lp │ ├── predict_6_100_30_5.lp │ ├── predict_6_100_35_1.lp │ ├── predict_6_100_35_2.lp │ ├── predict_6_100_35_3.lp │ ├── predict_6_100_35_4.lp │ ├── predict_6_100_35_5.lp │ ├── predict_6_100_40_1.lp │ ├── predict_6_100_40_2.lp │ ├── predict_6_100_40_3.lp │ ├── predict_6_100_40_4.lp │ ├── predict_6_100_40_5.lp │ ├── predict_6_100_45_1.lp │ ├── predict_6_100_45_2.lp │ ├── predict_6_100_45_3.lp │ ├── predict_6_100_45_4.lp │ ├── predict_6_100_45_5.lp │ ├── predict_6_100_50_1.lp │ ├── predict_6_100_50_2.lp │ ├── predict_6_100_50_3.lp │ ├── predict_6_100_50_4.lp │ ├── predict_6_100_50_5.lp │ ├── predict_6_100_5_1.lp │ ├── predict_6_100_5_2.lp │ ├── predict_6_100_5_3.lp │ ├── predict_6_100_5_4.lp │ ├── predict_6_100_5_5.lp │ ├── predict_7_100_0_1.lp │ ├── predict_7_100_10_1.lp │ ├── predict_7_100_10_2.lp │ ├── predict_7_100_10_3.lp │ ├── predict_7_100_10_4.lp │ ├── predict_7_100_10_5.lp │ ├── predict_7_100_15_1.lp │ ├── predict_7_100_15_2.lp │ ├── predict_7_100_15_3.lp │ ├── predict_7_100_15_4.lp │ ├── predict_7_100_15_5.lp │ ├── predict_7_100_20_1.lp │ ├── predict_7_100_20_2.lp │ ├── predict_7_100_20_3.lp │ ├── predict_7_100_20_4.lp │ ├── predict_7_100_20_5.lp │ ├── predict_7_100_25_1.lp │ ├── predict_7_100_25_2.lp │ ├── predict_7_100_25_3.lp │ ├── predict_7_100_25_4.lp │ ├── predict_7_100_25_5.lp │ ├── predict_7_100_30_1.lp │ ├── predict_7_100_30_2.lp │ ├── predict_7_100_30_3.lp │ ├── predict_7_100_30_4.lp │ ├── predict_7_100_30_5.lp │ ├── predict_7_100_35_1.lp │ ├── predict_7_100_35_2.lp │ ├── predict_7_100_35_3.lp │ ├── predict_7_100_35_4.lp │ ├── predict_7_100_35_5.lp │ ├── predict_7_100_40_1.lp │ ├── predict_7_100_40_2.lp │ ├── predict_7_100_40_3.lp │ ├── predict_7_100_40_4.lp │ ├── predict_7_100_40_5.lp │ ├── predict_7_100_45_1.lp │ ├── predict_7_100_45_2.lp │ ├── predict_7_100_45_3.lp │ ├── predict_7_100_45_4.lp │ ├── predict_7_100_45_5.lp │ ├── predict_7_100_50_1.lp │ ├── predict_7_100_50_2.lp │ ├── predict_7_100_50_3.lp │ ├── predict_7_100_50_4.lp │ ├── predict_7_100_50_5.lp │ ├── predict_7_100_5_1.lp │ ├── predict_7_100_5_2.lp │ ├── predict_7_100_5_3.lp │ ├── predict_7_100_5_4.lp │ ├── predict_7_100_5_5.lp │ ├── predict_8_100_0_1.lp │ ├── predict_8_100_10_1.lp │ ├── predict_8_100_10_2.lp │ ├── predict_8_100_10_3.lp │ ├── predict_8_100_10_4.lp │ ├── predict_8_100_10_5.lp │ ├── predict_8_100_15_1.lp │ ├── predict_8_100_15_2.lp │ ├── predict_8_100_15_3.lp │ ├── predict_8_100_15_4.lp │ ├── predict_8_100_15_5.lp │ ├── predict_8_100_20_1.lp │ ├── predict_8_100_20_2.lp │ ├── predict_8_100_20_3.lp │ ├── predict_8_100_20_4.lp │ ├── predict_8_100_20_5.lp │ ├── predict_8_100_25_1.lp │ ├── predict_8_100_25_2.lp │ ├── predict_8_100_25_3.lp │ ├── predict_8_100_25_4.lp │ ├── predict_8_100_25_5.lp │ ├── predict_8_100_30_1.lp │ ├── predict_8_100_30_2.lp │ ├── predict_8_100_30_3.lp │ ├── predict_8_100_30_4.lp │ ├── predict_8_100_30_5.lp │ ├── predict_8_100_35_1.lp │ ├── predict_8_100_35_2.lp │ ├── predict_8_100_35_3.lp │ ├── predict_8_100_35_4.lp │ ├── predict_8_100_35_5.lp │ ├── predict_8_100_40_1.lp │ ├── predict_8_100_40_2.lp │ ├── predict_8_100_40_3.lp │ ├── predict_8_100_40_4.lp │ ├── predict_8_100_40_5.lp │ ├── predict_8_100_45_1.lp │ ├── predict_8_100_45_2.lp │ ├── predict_8_100_45_3.lp │ ├── predict_8_100_45_4.lp │ ├── predict_8_100_45_5.lp │ ├── predict_8_100_50_1.lp │ ├── predict_8_100_50_2.lp │ ├── predict_8_100_50_3.lp │ ├── predict_8_100_50_4.lp │ ├── predict_8_100_50_5.lp │ ├── predict_8_100_5_1.lp │ ├── predict_8_100_5_2.lp │ ├── predict_8_100_5_3.lp │ ├── predict_8_100_5_4.lp │ ├── predict_8_100_5_5.lp │ ├── predict_9_100_0_1.lp │ ├── predict_9_100_10_1.lp │ ├── predict_9_100_10_2.lp │ ├── predict_9_100_10_3.lp │ ├── predict_9_100_10_4.lp │ ├── predict_9_100_10_5.lp │ ├── predict_9_100_15_1.lp │ ├── predict_9_100_15_2.lp │ ├── predict_9_100_15_3.lp │ ├── predict_9_100_15_4.lp │ ├── predict_9_100_15_5.lp │ ├── predict_9_100_20_1.lp │ ├── predict_9_100_20_2.lp │ ├── predict_9_100_20_3.lp │ ├── predict_9_100_20_4.lp │ ├── predict_9_100_20_5.lp │ ├── predict_9_100_25_1.lp │ ├── predict_9_100_25_2.lp │ ├── predict_9_100_25_3.lp │ ├── predict_9_100_25_4.lp │ ├── predict_9_100_25_5.lp │ ├── predict_9_100_30_1.lp │ ├── predict_9_100_30_2.lp │ ├── predict_9_100_30_3.lp │ ├── predict_9_100_30_4.lp │ ├── predict_9_100_30_5.lp │ ├── predict_9_100_35_1.lp │ ├── predict_9_100_35_2.lp │ ├── predict_9_100_35_3.lp │ ├── predict_9_100_35_4.lp │ ├── predict_9_100_35_5.lp │ ├── predict_9_100_40_1.lp │ ├── predict_9_100_40_2.lp │ ├── predict_9_100_40_3.lp │ ├── predict_9_100_40_4.lp │ ├── predict_9_100_40_5.lp │ ├── predict_9_100_45_1.lp │ ├── predict_9_100_45_2.lp │ ├── predict_9_100_45_3.lp │ ├── predict_9_100_45_4.lp │ ├── predict_9_100_45_5.lp │ ├── predict_9_100_50_1.lp │ ├── predict_9_100_50_2.lp │ ├── predict_9_100_50_3.lp │ ├── predict_9_100_50_4.lp │ ├── predict_9_100_50_5.lp │ ├── predict_9_100_5_1.lp │ ├── predict_9_100_5_2.lp │ ├── predict_9_100_5_3.lp │ ├── predict_9_100_5_4.lp │ └── predict_9_100_5_5.lp ├── music │ ├── impute_Arpeggio.lp │ ├── impute_HumptyDumptySmall.lp │ ├── impute_IncyWincySpiderSmall.lp │ ├── impute_LittleLambSmall.lp │ ├── impute_Minimal.lp │ ├── impute_OldMacdonaldSmall.lp │ ├── impute_RowYourBoatSmall.lp │ ├── impute_Scale.lp │ ├── impute_SmallTwinkleTwinkle.lp │ ├── impute_ThreeBlindMiceSmall.lp │ ├── predict_Arpeggio.lp │ ├── predict_HumptyDumptySmall.lp │ ├── predict_IncyWincySpiderSmall.lp │ ├── predict_LittleLambSmall.lp │ ├── predict_Minimal.lp │ ├── predict_OldMacdonaldSmall.lp │ ├── predict_RowYourBoatSmall.lp │ ├── predict_Scale.lp │ ├── predict_SmallTwinkleTwinkle.lp │ ├── predict_ThreeBlindMiceSmall.lp │ ├── retrodict_Arpeggio.lp │ ├── retrodict_HumptyDumptySmall.lp │ ├── retrodict_IncyWincySpiderSmall.lp │ ├── retrodict_LittleLambSmall.lp │ ├── retrodict_Minimal.lp │ ├── retrodict_OldMacdonaldSmall.lp │ ├── retrodict_RowYourBoatSmall.lp │ ├── retrodict_Scale.lp │ ├── retrodict_SmallTwinkleTwinkle.lp │ └── retrodict_ThreeBlindMiceSmall.lp ├── noisy │ ├── noisy.zip │ ├── predict_10_1_2.lp │ ├── predict_10_1_3.lp │ ├── predict_10_2_2.lp │ ├── predict_10_2_3.lp │ ├── predict_10_3_2.lp │ ├── predict_10_3_3.lp │ ├── predict_10_4_2.lp │ ├── predict_10_4_3.lp │ ├── predict_11_2_2.lp │ ├── predict_11_2_3.lp │ ├── predict_11_3_2.lp │ ├── predict_11_3_3.lp │ ├── predict_11_4_2.lp │ ├── predict_11_4_3.lp │ ├── predict_12_2_2.lp │ ├── predict_12_2_3.lp │ ├── predict_12_3_2.lp │ ├── predict_12_3_3.lp │ ├── predict_12_4_2.lp │ ├── predict_12_4_3.lp │ ├── predict_12_5_2.lp │ ├── predict_12_5_3.lp │ ├── predict_13_1_2.lp │ ├── predict_13_1_3.lp │ ├── predict_13_2_2.lp │ ├── predict_13_2_3.lp │ ├── predict_13_2_4.lp │ ├── predict_13_3_2.lp │ ├── predict_13_3_3.lp │ ├── predict_13_3_4.lp │ ├── predict_13_4_2.lp │ ├── predict_13_4_3.lp │ ├── predict_13_4_4.lp │ ├── predict_14_2_2.lp │ ├── predict_14_2_3.lp │ ├── predict_14_2_4.lp │ ├── predict_14_3_2.lp │ ├── predict_14_3_3.lp │ ├── predict_14_3_4.lp │ ├── predict_14_4_2.lp │ ├── predict_14_4_3.lp │ ├── predict_14_4_4.lp │ ├── predict_15_2_2.lp │ ├── predict_15_2_3.lp │ ├── predict_15_2_4.lp │ ├── predict_15_3_2.lp │ ├── predict_15_3_3.lp │ ├── predict_15_3_4.lp │ ├── predict_15_4_2.lp │ ├── predict_15_4_3.lp │ ├── predict_15_4_4.lp │ ├── predict_15_5_2.lp │ ├── predict_15_5_3.lp │ ├── predict_16_1_2.lp │ ├── predict_16_1_3.lp │ ├── predict_16_1_4.lp │ ├── predict_16_2_2.lp │ ├── predict_16_2_3.lp │ ├── predict_16_2_4.lp │ ├── predict_16_3_2.lp │ ├── predict_16_3_3.lp │ ├── predict_16_3_4.lp │ ├── predict_17_2_2.lp │ ├── predict_17_2_3.lp │ ├── predict_17_2_4.lp │ ├── predict_17_3_2.lp │ ├── predict_17_3_3.lp │ ├── predict_17_3_4.lp │ ├── predict_17_4_2.lp │ ├── predict_17_4_3.lp │ ├── predict_17_4_4.lp │ ├── predict_18_3_2.lp │ ├── predict_18_3_3.lp │ ├── predict_18_3_4.lp │ ├── predict_18_4_2.lp │ ├── predict_18_4_3.lp │ ├── predict_18_4_4.lp │ ├── predict_18_5_2.lp │ ├── predict_18_5_3.lp │ ├── predict_18_5_4.lp │ ├── predict_1_1_2.lp │ ├── predict_1_1_3.lp │ ├── predict_1_2_2.lp │ ├── predict_1_2_3.lp │ ├── predict_1_3_2.lp │ ├── predict_1_3_3.lp │ ├── predict_1_4_2.lp │ ├── predict_1_4_3.lp │ ├── predict_2_2_2.lp │ ├── predict_2_2_3.lp │ ├── predict_2_3_2.lp │ ├── predict_2_3_3.lp │ ├── predict_2_4_2.lp │ ├── predict_2_4_3.lp │ ├── predict_2_5_2.lp │ ├── predict_2_5_3.lp │ ├── predict_3_3_2.lp │ ├── predict_3_3_3.lp │ ├── predict_3_3_4.lp │ ├── predict_3_4_2.lp │ ├── predict_3_4_3.lp │ ├── predict_3_4_4.lp │ ├── predict_3_5_2.lp │ ├── predict_3_5_3.lp │ ├── predict_3_5_4.lp │ ├── predict_4_1_2.lp │ ├── predict_4_1_3.lp │ ├── predict_4_2_2.lp │ ├── predict_4_2_3.lp │ ├── predict_4_3_2.lp │ ├── predict_4_3_3.lp │ ├── predict_4_4_2.lp │ ├── predict_4_4_3.lp │ ├── predict_5_2_2.lp │ ├── predict_5_2_3.lp │ ├── predict_5_3_2.lp │ ├── predict_5_3_3.lp │ ├── predict_5_4_2.lp │ ├── predict_5_4_3.lp │ ├── predict_6_2_2.lp │ ├── predict_6_2_3.lp │ ├── predict_6_3_2.lp │ ├── predict_6_3_3.lp │ ├── predict_6_4_2.lp │ ├── predict_6_4_3.lp │ ├── predict_6_5_2.lp │ ├── predict_6_5_3.lp │ ├── predict_7_1_2.lp │ ├── predict_7_1_3.lp │ ├── predict_7_2_2.lp │ ├── predict_7_2_3.lp │ ├── predict_7_3_2.lp │ ├── predict_7_3_3.lp │ ├── predict_7_4_2.lp │ ├── predict_7_4_3.lp │ ├── predict_8_2_2.lp │ ├── predict_8_2_3.lp │ ├── predict_8_3_2.lp │ ├── predict_8_3_3.lp │ ├── predict_8_4_2.lp │ ├── predict_8_4_3.lp │ ├── predict_9_2_2.lp │ ├── predict_9_2_3.lp │ ├── predict_9_3_2.lp │ ├── predict_9_3_3.lp │ ├── predict_9_4_2.lp │ ├── predict_9_4_3.lp │ ├── predict_9_5_2.lp │ └── predict_9_5_3.lp ├── nonstationary │ ├── impute_1.lp │ ├── impute_2.lp │ ├── impute_3.lp │ ├── impute_4.lp │ ├── impute_5.lp │ ├── impute_6.lp │ ├── impute_7.lp │ ├── impute_8.lp │ ├── predict_1.lp │ ├── predict_2.lp │ ├── predict_3.lp │ ├── predict_4.lp │ ├── predict_5.lp │ ├── predict_6.lp │ ├── predict_7.lp │ ├── predict_8.lp │ ├── retrodict_1.lp │ ├── retrodict_2.lp │ ├── retrodict_3.lp │ ├── retrodict_4.lp │ ├── retrodict_5.lp │ ├── retrodict_6.lp │ ├── retrodict_7.lp │ └── retrodict_8.lp ├── occlusion │ ├── input_occlusion_w1.lp │ ├── input_occlusion_w10.lp │ ├── input_occlusion_w11.lp │ ├── input_occlusion_w12.lp │ ├── input_occlusion_w13.lp │ ├── input_occlusion_w14.lp │ ├── input_occlusion_w15.lp │ ├── input_occlusion_w16.lp │ ├── input_occlusion_w17.lp │ ├── input_occlusion_w18.lp │ ├── input_occlusion_w19.lp │ ├── input_occlusion_w2.lp │ ├── input_occlusion_w20.lp │ ├── input_occlusion_w3.lp │ ├── input_occlusion_w4.lp │ ├── input_occlusion_w5.lp │ ├── input_occlusion_w6.lp │ ├── input_occlusion_w7.lp │ ├── input_occlusion_w8.lp │ └── input_occlusion_w9.lp ├── rhythm │ ├── impute_ChaChaCha.lp │ ├── impute_CountryRock.lp │ ├── impute_EighthNoteDrumBeat.lp │ ├── impute_FastBluesShuffleDrumBeat.lp │ ├── impute_FastReggae.lp │ ├── impute_FolkRock.lp │ ├── impute_HardRock.lp │ ├── impute_Mazurka.lp │ ├── impute_MusetteWaltz.lp │ ├── impute_PopRock.lp │ ├── impute_Samba.lp │ ├── impute_SingleBeat.lp │ ├── impute_Ska.lp │ ├── impute_SlowBluesDrumBeat.lp │ ├── impute_SlowWaltz.lp │ ├── impute_StairwayToHeaven.lp │ ├── impute_SuperFastDrumBeat.lp │ ├── impute_SuperSlowDrumBeat.lp │ ├── impute_Twist.lp │ ├── impute_Waltz.lp │ ├── predict_ChaChaCha.lp │ ├── predict_CountryRock.lp │ ├── predict_EighthNoteDrumBeat.lp │ ├── predict_FastBluesShuffleDrumBeat.lp │ ├── predict_FastReggae.lp │ ├── predict_FolkRock.lp │ ├── predict_HardRock.lp │ ├── predict_Mazurka.lp │ ├── predict_MusetteWaltz.lp │ ├── predict_PopRock.lp │ ├── predict_Samba.lp │ ├── predict_SingleBeat.lp │ ├── predict_Ska.lp │ ├── predict_SlowBluesDrumBeat.lp │ ├── predict_SlowWaltz.lp │ ├── predict_StairwayToHeaven.lp │ ├── predict_SuperFastDrumBeat.lp │ ├── predict_SuperSlowDrumBeat.lp │ ├── predict_Twist.lp │ ├── predict_Waltz.lp │ ├── retrodict_ChaChaCha.lp │ ├── retrodict_CountryRock.lp │ ├── retrodict_EighthNoteDrumBeat.lp │ ├── retrodict_FastBluesShuffleDrumBeat.lp │ ├── retrodict_FastReggae.lp │ ├── retrodict_FolkRock.lp │ ├── retrodict_HardRock.lp │ ├── retrodict_Mazurka.lp │ ├── retrodict_MusetteWaltz.lp │ ├── retrodict_PopRock.lp │ ├── retrodict_Samba.lp │ ├── retrodict_SingleBeat.lp │ ├── retrodict_Ska.lp │ ├── retrodict_SlowBluesDrumBeat.lp │ ├── retrodict_SlowWaltz.lp │ ├── retrodict_StairwayToHeaven.lp │ ├── retrodict_SuperFastDrumBeat.lp │ ├── retrodict_SuperSlowDrumBeat.lp │ ├── retrodict_Twist.lp │ └── retrodict_Waltz.lp ├── seq-mnist │ ├── new_seq_1.lp │ ├── new_seq_10.lp │ ├── new_seq_2.lp │ ├── new_seq_3.lp │ ├── new_seq_4.lp │ ├── new_seq_5.lp │ ├── new_seq_6.lp │ ├── new_seq_7.lp │ ├── new_seq_8.lp │ ├── new_seq_9.lp │ ├── seq_10_1.lp │ ├── seq_10_10.lp │ ├── seq_10_2.lp │ ├── seq_10_3.lp │ ├── seq_10_4.lp │ ├── seq_10_5.lp │ ├── seq_10_6.lp │ ├── seq_10_7.lp │ ├── seq_10_8.lp │ ├── seq_10_9.lp │ ├── seq_1_1.lp │ ├── seq_1_2.lp │ ├── seq_1_3.lp │ ├── seq_1_4.lp │ ├── seq_1_5.lp │ ├── seq_1_6.lp │ ├── seq_2_1.lp │ ├── seq_2_2.lp │ ├── seq_2_3.lp │ ├── seq_2_4.lp │ ├── seq_2_5.lp │ ├── seq_2_6.lp │ ├── seq_3_1.lp │ ├── seq_3_2.lp │ ├── seq_3_3.lp │ ├── seq_3_4.lp │ ├── seq_3_5.lp │ ├── seq_3_6.lp │ ├── seq_4_1.lp │ ├── seq_4_2.lp │ ├── seq_4_3.lp │ ├── seq_4_4.lp │ ├── seq_4_5.lp │ ├── seq_4_6.lp │ ├── seq_5_1.lp │ ├── seq_5_10.lp │ ├── seq_5_2.lp │ ├── seq_5_3.lp │ ├── seq_5_4.lp │ ├── seq_5_5.lp │ ├── seq_5_6.lp │ ├── seq_5_7.lp │ ├── seq_5_8.lp │ ├── seq_5_9.lp │ ├── seq_6_1.lp │ ├── seq_6_10.lp │ ├── seq_6_2.lp │ ├── seq_6_3.lp │ ├── seq_6_4.lp │ ├── seq_6_5.lp │ ├── seq_6_6.lp │ ├── seq_6_7.lp │ ├── seq_6_8.lp │ ├── seq_6_9.lp │ ├── seq_7_1.lp │ ├── seq_7_10.lp │ ├── seq_7_2.lp │ ├── seq_7_3.lp │ ├── seq_7_4.lp │ ├── seq_7_5.lp │ ├── seq_7_6.lp │ ├── seq_7_7.lp │ ├── seq_7_8.lp │ ├── seq_7_9.lp │ ├── seq_8_1.lp │ ├── seq_8_10.lp │ ├── seq_8_2.lp │ ├── seq_8_3.lp │ ├── seq_8_4.lp │ ├── seq_8_5.lp │ ├── seq_8_6.lp │ ├── seq_8_7.lp │ ├── seq_8_8.lp │ ├── seq_8_9.lp │ ├── seq_9_1.lp │ ├── seq_9_10.lp │ ├── seq_9_2.lp │ ├── seq_9_3.lp │ ├── seq_9_4.lp │ ├── seq_9_5.lp │ ├── seq_9_6.lp │ ├── seq_9_7.lp │ ├── seq_9_8.lp │ └── seq_9_9.lp ├── sok-pixels │ ├── old-data │ │ ├── predict_e0.lp │ │ ├── predict_e1.lp │ │ ├── predict_e2.lp │ │ ├── predict_e3.lp │ │ ├── predict_e4.lp │ │ ├── predict_e5.lp │ │ ├── predict_e6.lp │ │ ├── predict_e7.lp │ │ └── predict_e8.lp │ ├── predict_e_10_11.lp │ ├── predict_e_10_13.lp │ ├── predict_e_10_15.lp │ ├── predict_e_10_17.lp │ ├── predict_e_10_3.lp │ ├── predict_e_10_5.lp │ ├── predict_e_10_7.lp │ ├── predict_e_10_9.lp │ ├── predict_e_1_11.lp │ ├── predict_e_1_13.lp │ ├── predict_e_1_15.lp │ ├── predict_e_1_17.lp │ ├── predict_e_1_3.lp │ ├── predict_e_1_5.lp │ ├── predict_e_1_7.lp │ ├── predict_e_1_9.lp │ ├── predict_e_2_11.lp │ ├── predict_e_2_13.lp │ ├── predict_e_2_15.lp │ ├── predict_e_2_17.lp │ ├── predict_e_2_3.lp │ ├── predict_e_2_5.lp │ ├── predict_e_2_7.lp │ ├── predict_e_2_9.lp │ ├── predict_e_3_11.lp │ ├── predict_e_3_13.lp │ ├── predict_e_3_15.lp │ ├── predict_e_3_17.lp │ ├── predict_e_3_3.lp │ ├── predict_e_3_5.lp │ ├── predict_e_3_7.lp │ ├── predict_e_3_9.lp │ ├── predict_e_4_11.lp │ ├── predict_e_4_13.lp │ ├── predict_e_4_15.lp │ ├── predict_e_4_17.lp │ ├── predict_e_4_3.lp │ ├── predict_e_4_5.lp │ ├── predict_e_4_7.lp │ ├── predict_e_4_9.lp │ ├── predict_e_5_11.lp │ ├── predict_e_5_13.lp │ ├── predict_e_5_15.lp │ ├── predict_e_5_17.lp │ ├── predict_e_5_3.lp │ ├── predict_e_5_5.lp │ ├── predict_e_5_7.lp │ ├── predict_e_5_9.lp │ ├── predict_e_6_11.lp │ ├── predict_e_6_13.lp │ ├── predict_e_6_15.lp │ ├── predict_e_6_17.lp │ ├── predict_e_6_3.lp │ ├── predict_e_6_5.lp │ ├── predict_e_6_7.lp │ ├── predict_e_6_9.lp │ ├── predict_e_7_11.lp │ ├── predict_e_7_13.lp │ ├── predict_e_7_15.lp │ ├── predict_e_7_17.lp │ ├── predict_e_7_3.lp │ ├── predict_e_7_5.lp │ ├── predict_e_7_7.lp │ ├── predict_e_7_9.lp │ ├── predict_e_8_11.lp │ ├── predict_e_8_13.lp │ ├── predict_e_8_15.lp │ ├── predict_e_8_17.lp │ ├── predict_e_8_3.lp │ ├── predict_e_8_5.lp │ ├── predict_e_8_7.lp │ ├── predict_e_8_9.lp │ ├── predict_e_9_11.lp │ ├── predict_e_9_13.lp │ ├── predict_e_9_15.lp │ ├── predict_e_9_17.lp │ ├── predict_e_9_3.lp │ ├── predict_e_9_5.lp │ ├── predict_e_9_7.lp │ └── predict_e_9_9.lp ├── sokoban │ ├── predict_e0.lp │ ├── predict_e1.lp │ ├── predict_e2.lp │ ├── predict_e3.lp │ ├── predict_e4.lp │ ├── predict_e5.lp │ ├── predict_e6.lp │ ├── predict_e7.lp │ ├── predict_e8.lp │ └── predict_e_8_17.lp ├── sw │ ├── impute_1.lp │ ├── impute_10.lp │ ├── impute_11.lp │ ├── impute_12.lp │ ├── impute_13.lp │ ├── impute_14.lp │ ├── impute_15.lp │ ├── impute_16.lp │ ├── impute_17.lp │ ├── impute_18.lp │ ├── impute_19.lp │ ├── impute_2.lp │ ├── impute_20.lp │ ├── impute_21.lp │ ├── impute_22.lp │ ├── impute_23.lp │ ├── impute_24.lp │ ├── impute_25.lp │ ├── impute_26.lp │ ├── impute_27.lp │ ├── impute_28.lp │ ├── impute_29.lp │ ├── impute_3.lp │ ├── impute_30.lp │ ├── impute_4.lp │ ├── impute_5.lp │ ├── impute_6.lp │ ├── impute_7.lp │ ├── impute_8.lp │ ├── impute_9.lp │ ├── predict_1.lp │ ├── predict_10.lp │ ├── predict_11.lp │ ├── predict_12.lp │ ├── predict_13.lp │ ├── predict_14.lp │ ├── predict_15.lp │ ├── predict_16.lp │ ├── predict_17.lp │ ├── predict_18.lp │ ├── predict_19.lp │ ├── predict_2.lp │ ├── predict_20.lp │ ├── predict_21.lp │ ├── predict_22.lp │ ├── predict_23.lp │ ├── predict_24.lp │ ├── predict_25.lp │ ├── predict_26.lp │ ├── predict_27.lp │ ├── predict_28.lp │ ├── predict_29.lp │ ├── predict_2_ambiguous.lp │ ├── predict_3.lp │ ├── predict_30.lp │ ├── predict_4.lp │ ├── predict_5.lp │ ├── predict_6.lp │ ├── predict_7.lp │ ├── predict_8.lp │ ├── predict_9.lp │ ├── retrodict_1.lp │ ├── retrodict_10.lp │ ├── retrodict_11.lp │ ├── retrodict_12.lp │ ├── retrodict_13.lp │ ├── retrodict_14.lp │ ├── retrodict_15.lp │ ├── retrodict_16.lp │ ├── retrodict_17.lp │ ├── retrodict_18.lp │ ├── retrodict_19.lp │ ├── retrodict_2.lp │ ├── retrodict_20.lp │ ├── retrodict_21.lp │ ├── retrodict_22.lp │ ├── retrodict_23.lp │ ├── retrodict_24.lp │ ├── retrodict_25.lp │ ├── retrodict_26.lp │ ├── retrodict_27.lp │ ├── retrodict_28.lp │ ├── retrodict_29.lp │ ├── retrodict_3.lp │ ├── retrodict_30.lp │ ├── retrodict_4.lp │ ├── retrodict_5.lp │ ├── retrodict_6.lp │ ├── retrodict_7.lp │ ├── retrodict_8.lp │ └── retrodict_9.lp └── var_length │ ├── predict_10_10_0_1.lp │ ├── predict_10_11_0_1.lp │ ├── predict_10_12_0_1.lp │ ├── predict_10_13_0_1.lp │ ├── predict_10_14_0_1.lp │ ├── predict_10_15_0_1.lp │ ├── predict_10_16_0_1.lp │ ├── predict_10_17_0_1.lp │ ├── predict_10_18_0_1.lp │ ├── predict_10_19_0_1.lp │ ├── predict_10_20_0_1.lp │ ├── predict_10_21_0_1.lp │ ├── predict_10_22_0_1.lp │ ├── predict_10_23_0_1.lp │ ├── predict_10_24_0_1.lp │ ├── predict_10_25_0_1.lp │ ├── predict_10_26_0_1.lp │ ├── predict_10_27_0_1.lp │ ├── predict_10_28_0_1.lp │ ├── predict_10_29_0_1.lp │ ├── predict_10_2_0_1.lp │ ├── predict_10_30_0_1.lp │ ├── predict_10_31_0_1.lp │ ├── predict_10_32_0_1.lp │ ├── predict_10_33_0_1.lp │ ├── predict_10_34_0_1.lp │ ├── predict_10_35_0_1.lp │ ├── predict_10_36_0_1.lp │ ├── predict_10_37_0_1.lp │ ├── predict_10_38_0_1.lp │ ├── predict_10_39_0_1.lp │ ├── predict_10_3_0_1.lp │ ├── predict_10_40_0_1.lp │ ├── predict_10_41_0_1.lp │ ├── predict_10_42_0_1.lp │ ├── predict_10_43_0_1.lp │ ├── predict_10_44_0_1.lp │ ├── predict_10_45_0_1.lp │ ├── predict_10_46_0_1.lp │ ├── predict_10_47_0_1.lp │ ├── predict_10_48_0_1.lp │ ├── predict_10_49_0_1.lp │ ├── predict_10_4_0_1.lp │ ├── predict_10_50_0_1.lp │ ├── predict_10_5_0_1.lp │ ├── predict_10_6_0_1.lp │ ├── predict_10_7_0_1.lp │ ├── predict_10_8_0_1.lp │ ├── predict_10_9_0_1.lp │ ├── predict_1_10_0_1.lp │ ├── predict_1_11_0_1.lp │ ├── predict_1_12_0_1.lp │ ├── predict_1_13_0_1.lp │ ├── predict_1_14_0_1.lp │ ├── predict_1_15_0_1.lp │ ├── predict_1_16_0_1.lp │ ├── predict_1_17_0_1.lp │ ├── predict_1_18_0_1.lp │ ├── predict_1_19_0_1.lp │ ├── predict_1_20_0_1.lp │ ├── predict_1_21_0_1.lp │ ├── predict_1_22_0_1.lp │ ├── predict_1_23_0_1.lp │ ├── predict_1_24_0_1.lp │ ├── predict_1_25_0_1.lp │ ├── predict_1_26_0_1.lp │ ├── predict_1_27_0_1.lp │ ├── predict_1_28_0_1.lp │ ├── predict_1_29_0_1.lp │ ├── predict_1_2_0_1.lp │ ├── predict_1_30_0_1.lp │ ├── predict_1_31_0_1.lp │ ├── predict_1_32_0_1.lp │ ├── predict_1_33_0_1.lp │ ├── predict_1_34_0_1.lp │ ├── predict_1_35_0_1.lp │ ├── predict_1_36_0_1.lp │ ├── predict_1_37_0_1.lp │ ├── predict_1_38_0_1.lp │ ├── predict_1_39_0_1.lp │ ├── predict_1_3_0_1.lp │ ├── predict_1_40_0_1.lp │ ├── predict_1_41_0_1.lp │ ├── predict_1_42_0_1.lp │ ├── predict_1_43_0_1.lp │ ├── predict_1_44_0_1.lp │ ├── predict_1_45_0_1.lp │ ├── predict_1_46_0_1.lp │ ├── predict_1_47_0_1.lp │ ├── predict_1_48_0_1.lp │ ├── predict_1_49_0_1.lp │ ├── predict_1_4_0_1.lp │ ├── predict_1_50_0_1.lp │ ├── predict_1_5_0_1.lp │ ├── predict_1_6_0_1.lp │ ├── predict_1_7_0_1.lp │ ├── predict_1_8_0_1.lp │ ├── predict_1_9_0_1.lp │ ├── predict_2_10_0_1.lp │ ├── predict_2_11_0_1.lp │ ├── predict_2_12_0_1.lp │ ├── predict_2_13_0_1.lp │ ├── predict_2_14_0_1.lp │ ├── predict_2_15_0_1.lp │ ├── predict_2_16_0_1.lp │ ├── predict_2_17_0_1.lp │ ├── predict_2_18_0_1.lp │ ├── predict_2_19_0_1.lp │ ├── predict_2_20_0_1.lp │ ├── predict_2_21_0_1.lp │ ├── predict_2_22_0_1.lp │ ├── predict_2_23_0_1.lp │ ├── predict_2_24_0_1.lp │ ├── predict_2_25_0_1.lp │ ├── predict_2_26_0_1.lp │ ├── predict_2_27_0_1.lp │ ├── predict_2_28_0_1.lp │ ├── predict_2_29_0_1.lp │ ├── predict_2_2_0_1.lp │ ├── predict_2_30_0_1.lp │ ├── predict_2_31_0_1.lp │ ├── predict_2_32_0_1.lp │ ├── predict_2_33_0_1.lp │ ├── predict_2_34_0_1.lp │ ├── predict_2_35_0_1.lp │ ├── predict_2_36_0_1.lp │ ├── predict_2_37_0_1.lp │ ├── predict_2_38_0_1.lp │ ├── predict_2_39_0_1.lp │ ├── predict_2_3_0_1.lp │ ├── predict_2_40_0_1.lp │ ├── predict_2_41_0_1.lp │ ├── predict_2_42_0_1.lp │ ├── predict_2_43_0_1.lp │ ├── predict_2_44_0_1.lp │ ├── predict_2_45_0_1.lp │ ├── predict_2_46_0_1.lp │ ├── predict_2_47_0_1.lp │ ├── predict_2_48_0_1.lp │ ├── predict_2_49_0_1.lp │ ├── predict_2_4_0_1.lp │ ├── predict_2_50_0_1.lp │ ├── predict_2_5_0_1.lp │ ├── predict_2_6_0_1.lp │ ├── predict_2_7_0_1.lp │ ├── predict_2_8_0_1.lp │ ├── predict_2_9_0_1.lp │ ├── predict_3_10_0_1.lp │ ├── predict_3_11_0_1.lp │ ├── predict_3_12_0_1.lp │ ├── predict_3_13_0_1.lp │ ├── predict_3_14_0_1.lp │ ├── predict_3_15_0_1.lp │ ├── predict_3_16_0_1.lp │ ├── predict_3_17_0_1.lp │ ├── predict_3_18_0_1.lp │ ├── predict_3_19_0_1.lp │ ├── predict_3_20_0_1.lp │ ├── predict_3_21_0_1.lp │ ├── predict_3_22_0_1.lp │ ├── predict_3_23_0_1.lp │ ├── predict_3_24_0_1.lp │ ├── predict_3_25_0_1.lp │ ├── predict_3_26_0_1.lp │ ├── predict_3_27_0_1.lp │ ├── predict_3_28_0_1.lp │ ├── predict_3_29_0_1.lp │ ├── predict_3_2_0_1.lp │ ├── predict_3_30_0_1.lp │ ├── predict_3_31_0_1.lp │ ├── predict_3_32_0_1.lp │ ├── predict_3_33_0_1.lp │ ├── predict_3_34_0_1.lp │ ├── predict_3_35_0_1.lp │ ├── predict_3_36_0_1.lp │ ├── predict_3_37_0_1.lp │ ├── predict_3_38_0_1.lp │ ├── predict_3_39_0_1.lp │ ├── predict_3_3_0_1.lp │ ├── predict_3_40_0_1.lp │ ├── predict_3_41_0_1.lp │ ├── predict_3_42_0_1.lp │ ├── predict_3_43_0_1.lp │ ├── predict_3_44_0_1.lp │ ├── predict_3_45_0_1.lp │ ├── predict_3_46_0_1.lp │ ├── predict_3_47_0_1.lp │ ├── predict_3_48_0_1.lp │ ├── predict_3_49_0_1.lp │ ├── predict_3_4_0_1.lp │ ├── predict_3_50_0_1.lp │ ├── predict_3_5_0_1.lp │ ├── predict_3_6_0_1.lp │ ├── predict_3_7_0_1.lp │ ├── predict_3_8_0_1.lp │ ├── predict_3_9_0_1.lp │ ├── predict_4_10_0_1.lp │ ├── predict_4_11_0_1.lp │ ├── predict_4_12_0_1.lp │ ├── predict_4_13_0_1.lp │ ├── predict_4_14_0_1.lp │ ├── predict_4_15_0_1.lp │ ├── predict_4_16_0_1.lp │ ├── predict_4_17_0_1.lp │ ├── predict_4_18_0_1.lp │ ├── predict_4_19_0_1.lp │ ├── predict_4_20_0_1.lp │ ├── predict_4_21_0_1.lp │ ├── predict_4_22_0_1.lp │ ├── predict_4_23_0_1.lp │ ├── predict_4_24_0_1.lp │ ├── predict_4_25_0_1.lp │ ├── predict_4_26_0_1.lp │ ├── predict_4_27_0_1.lp │ ├── predict_4_28_0_1.lp │ ├── predict_4_29_0_1.lp │ ├── predict_4_2_0_1.lp │ ├── predict_4_30_0_1.lp │ ├── predict_4_31_0_1.lp │ ├── predict_4_32_0_1.lp │ ├── predict_4_33_0_1.lp │ ├── predict_4_34_0_1.lp │ ├── predict_4_35_0_1.lp │ ├── predict_4_36_0_1.lp │ ├── predict_4_37_0_1.lp │ ├── predict_4_38_0_1.lp │ ├── predict_4_39_0_1.lp │ ├── predict_4_3_0_1.lp │ ├── predict_4_40_0_1.lp │ ├── predict_4_41_0_1.lp │ ├── predict_4_42_0_1.lp │ ├── predict_4_43_0_1.lp │ ├── predict_4_44_0_1.lp │ ├── predict_4_45_0_1.lp │ ├── predict_4_46_0_1.lp │ ├── predict_4_47_0_1.lp │ ├── predict_4_48_0_1.lp │ ├── predict_4_49_0_1.lp │ ├── predict_4_4_0_1.lp │ ├── predict_4_50_0_1.lp │ ├── predict_4_5_0_1.lp │ ├── predict_4_6_0_1.lp │ ├── predict_4_7_0_1.lp │ ├── predict_4_8_0_1.lp │ ├── predict_4_9_0_1.lp │ ├── predict_5_10_0_1.lp │ ├── predict_5_11_0_1.lp │ ├── predict_5_12_0_1.lp │ ├── predict_5_13_0_1.lp │ ├── predict_5_14_0_1.lp │ ├── predict_5_15_0_1.lp │ ├── predict_5_16_0_1.lp │ ├── predict_5_17_0_1.lp │ ├── predict_5_18_0_1.lp │ ├── predict_5_19_0_1.lp │ ├── predict_5_20_0_1.lp │ ├── predict_5_21_0_1.lp │ ├── predict_5_22_0_1.lp │ ├── predict_5_23_0_1.lp │ ├── predict_5_24_0_1.lp │ ├── predict_5_25_0_1.lp │ ├── predict_5_26_0_1.lp │ ├── predict_5_27_0_1.lp │ ├── predict_5_28_0_1.lp │ ├── predict_5_29_0_1.lp │ ├── predict_5_2_0_1.lp │ ├── predict_5_30_0_1.lp │ ├── predict_5_31_0_1.lp │ ├── predict_5_32_0_1.lp │ ├── predict_5_33_0_1.lp │ ├── predict_5_34_0_1.lp │ ├── predict_5_35_0_1.lp │ ├── predict_5_36_0_1.lp │ ├── predict_5_37_0_1.lp │ ├── predict_5_38_0_1.lp │ ├── predict_5_39_0_1.lp │ ├── predict_5_3_0_1.lp │ ├── predict_5_40_0_1.lp │ ├── predict_5_41_0_1.lp │ ├── predict_5_42_0_1.lp │ ├── predict_5_43_0_1.lp │ ├── predict_5_44_0_1.lp │ ├── predict_5_45_0_1.lp │ ├── predict_5_46_0_1.lp │ ├── predict_5_47_0_1.lp │ ├── predict_5_48_0_1.lp │ ├── predict_5_49_0_1.lp │ ├── predict_5_4_0_1.lp │ ├── predict_5_50_0_1.lp │ ├── predict_5_5_0_1.lp │ ├── predict_5_6_0_1.lp │ ├── predict_5_7_0_1.lp │ ├── predict_5_8_0_1.lp │ ├── predict_5_9_0_1.lp │ ├── predict_6_10_0_1.lp │ ├── predict_6_11_0_1.lp │ ├── predict_6_12_0_1.lp │ ├── predict_6_13_0_1.lp │ ├── predict_6_14_0_1.lp │ ├── predict_6_15_0_1.lp │ ├── predict_6_16_0_1.lp │ ├── predict_6_17_0_1.lp │ ├── predict_6_18_0_1.lp │ ├── predict_6_19_0_1.lp │ ├── predict_6_20_0_1.lp │ ├── predict_6_21_0_1.lp │ ├── predict_6_22_0_1.lp │ ├── predict_6_23_0_1.lp │ ├── predict_6_24_0_1.lp │ ├── predict_6_25_0_1.lp │ ├── predict_6_26_0_1.lp │ ├── predict_6_27_0_1.lp │ ├── predict_6_28_0_1.lp │ ├── predict_6_29_0_1.lp │ ├── predict_6_2_0_1.lp │ ├── predict_6_30_0_1.lp │ ├── predict_6_31_0_1.lp │ ├── predict_6_32_0_1.lp │ ├── predict_6_33_0_1.lp │ ├── predict_6_34_0_1.lp │ ├── predict_6_35_0_1.lp │ ├── predict_6_36_0_1.lp │ ├── predict_6_37_0_1.lp │ ├── predict_6_38_0_1.lp │ ├── predict_6_39_0_1.lp │ ├── predict_6_3_0_1.lp │ ├── predict_6_40_0_1.lp │ ├── predict_6_41_0_1.lp │ ├── predict_6_42_0_1.lp │ ├── predict_6_43_0_1.lp │ ├── predict_6_44_0_1.lp │ ├── predict_6_45_0_1.lp │ ├── predict_6_46_0_1.lp │ ├── predict_6_47_0_1.lp │ ├── predict_6_48_0_1.lp │ ├── predict_6_49_0_1.lp │ ├── predict_6_4_0_1.lp │ ├── predict_6_50_0_1.lp │ ├── predict_6_5_0_1.lp │ ├── predict_6_6_0_1.lp │ ├── predict_6_7_0_1.lp │ ├── predict_6_8_0_1.lp │ ├── predict_6_9_0_1.lp │ ├── predict_7_10_0_1.lp │ ├── predict_7_11_0_1.lp │ ├── predict_7_12_0_1.lp │ ├── predict_7_13_0_1.lp │ ├── predict_7_14_0_1.lp │ ├── predict_7_15_0_1.lp │ ├── predict_7_16_0_1.lp │ ├── predict_7_17_0_1.lp │ ├── predict_7_18_0_1.lp │ ├── predict_7_19_0_1.lp │ ├── predict_7_20_0_1.lp │ ├── predict_7_21_0_1.lp │ ├── predict_7_22_0_1.lp │ ├── predict_7_23_0_1.lp │ ├── predict_7_24_0_1.lp │ ├── predict_7_25_0_1.lp │ ├── predict_7_26_0_1.lp │ ├── predict_7_27_0_1.lp │ ├── predict_7_28_0_1.lp │ ├── predict_7_29_0_1.lp │ ├── predict_7_2_0_1.lp │ ├── predict_7_30_0_1.lp │ ├── predict_7_31_0_1.lp │ ├── predict_7_32_0_1.lp │ ├── predict_7_33_0_1.lp │ ├── predict_7_34_0_1.lp │ ├── predict_7_35_0_1.lp │ ├── predict_7_36_0_1.lp │ ├── predict_7_37_0_1.lp │ ├── predict_7_38_0_1.lp │ ├── predict_7_39_0_1.lp │ ├── predict_7_3_0_1.lp │ ├── predict_7_40_0_1.lp │ ├── predict_7_41_0_1.lp │ ├── predict_7_42_0_1.lp │ ├── predict_7_43_0_1.lp │ ├── predict_7_44_0_1.lp │ ├── predict_7_45_0_1.lp │ ├── predict_7_46_0_1.lp │ ├── predict_7_47_0_1.lp │ ├── predict_7_48_0_1.lp │ ├── predict_7_49_0_1.lp │ ├── predict_7_4_0_1.lp │ ├── predict_7_50_0_1.lp │ ├── predict_7_5_0_1.lp │ ├── predict_7_6_0_1.lp │ ├── predict_7_7_0_1.lp │ ├── predict_7_8_0_1.lp │ ├── predict_7_9_0_1.lp │ ├── predict_8_10_0_1.lp │ ├── predict_8_11_0_1.lp │ ├── predict_8_12_0_1.lp │ ├── predict_8_13_0_1.lp │ ├── predict_8_14_0_1.lp │ ├── predict_8_15_0_1.lp │ ├── predict_8_16_0_1.lp │ ├── predict_8_17_0_1.lp │ ├── predict_8_18_0_1.lp │ ├── predict_8_19_0_1.lp │ ├── predict_8_20_0_1.lp │ ├── predict_8_21_0_1.lp │ ├── predict_8_22_0_1.lp │ ├── predict_8_23_0_1.lp │ ├── predict_8_24_0_1.lp │ ├── predict_8_25_0_1.lp │ ├── predict_8_26_0_1.lp │ ├── predict_8_27_0_1.lp │ ├── predict_8_28_0_1.lp │ ├── predict_8_29_0_1.lp │ ├── predict_8_2_0_1.lp │ ├── predict_8_30_0_1.lp │ ├── predict_8_31_0_1.lp │ ├── predict_8_32_0_1.lp │ ├── predict_8_33_0_1.lp │ ├── predict_8_34_0_1.lp │ ├── predict_8_35_0_1.lp │ ├── predict_8_36_0_1.lp │ ├── predict_8_37_0_1.lp │ ├── predict_8_38_0_1.lp │ ├── predict_8_39_0_1.lp │ ├── predict_8_3_0_1.lp │ ├── predict_8_40_0_1.lp │ ├── predict_8_41_0_1.lp │ ├── predict_8_42_0_1.lp │ ├── predict_8_43_0_1.lp │ ├── predict_8_44_0_1.lp │ ├── predict_8_45_0_1.lp │ ├── predict_8_46_0_1.lp │ ├── predict_8_47_0_1.lp │ ├── predict_8_48_0_1.lp │ ├── predict_8_49_0_1.lp │ ├── predict_8_4_0_1.lp │ ├── predict_8_50_0_1.lp │ ├── predict_8_5_0_1.lp │ ├── predict_8_6_0_1.lp │ ├── predict_8_7_0_1.lp │ ├── predict_8_8_0_1.lp │ ├── predict_8_9_0_1.lp │ ├── predict_9_10_0_1.lp │ ├── predict_9_11_0_1.lp │ ├── predict_9_12_0_1.lp │ ├── predict_9_13_0_1.lp │ ├── predict_9_14_0_1.lp │ ├── predict_9_15_0_1.lp │ ├── predict_9_16_0_1.lp │ ├── predict_9_17_0_1.lp │ ├── predict_9_18_0_1.lp │ ├── predict_9_19_0_1.lp │ ├── predict_9_20_0_1.lp │ ├── predict_9_21_0_1.lp │ ├── predict_9_22_0_1.lp │ ├── predict_9_23_0_1.lp │ ├── predict_9_24_0_1.lp │ ├── predict_9_25_0_1.lp │ ├── predict_9_26_0_1.lp │ ├── predict_9_27_0_1.lp │ ├── predict_9_28_0_1.lp │ ├── predict_9_29_0_1.lp │ ├── predict_9_2_0_1.lp │ ├── predict_9_30_0_1.lp │ ├── predict_9_31_0_1.lp │ ├── predict_9_32_0_1.lp │ ├── predict_9_33_0_1.lp │ ├── predict_9_34_0_1.lp │ ├── predict_9_35_0_1.lp │ ├── predict_9_36_0_1.lp │ ├── predict_9_37_0_1.lp │ ├── predict_9_38_0_1.lp │ ├── predict_9_39_0_1.lp │ ├── predict_9_3_0_1.lp │ ├── predict_9_40_0_1.lp │ ├── predict_9_41_0_1.lp │ ├── predict_9_42_0_1.lp │ ├── predict_9_43_0_1.lp │ ├── predict_9_44_0_1.lp │ ├── predict_9_45_0_1.lp │ ├── predict_9_46_0_1.lp │ ├── predict_9_47_0_1.lp │ ├── predict_9_48_0_1.lp │ ├── predict_9_49_0_1.lp │ ├── predict_9_4_0_1.lp │ ├── predict_9_50_0_1.lp │ ├── predict_9_5_0_1.lp │ ├── predict_9_6_0_1.lp │ ├── predict_9_7_0_1.lp │ ├── predict_9_8_0_1.lp │ └── predict_9_9_0_1.lp ├── results ├── rhythm │ ├── output_rhythm.0.out │ ├── output_rhythm.1.out │ ├── output_rhythm.10.out │ ├── output_rhythm.11.out │ ├── output_rhythm.12.out │ ├── output_rhythm.13.out │ ├── output_rhythm.14.out │ ├── output_rhythm.15.out │ ├── output_rhythm.16.out │ ├── output_rhythm.17.out │ ├── output_rhythm.18.out │ ├── output_rhythm.19.out │ ├── output_rhythm.2.out │ ├── output_rhythm.20.out │ ├── output_rhythm.21.out │ ├── output_rhythm.22.out │ ├── output_rhythm.23.out │ ├── output_rhythm.24.out │ ├── output_rhythm.25.out │ ├── output_rhythm.26.out │ ├── output_rhythm.27.out │ ├── output_rhythm.28.out │ ├── output_rhythm.29.out │ ├── output_rhythm.3.out │ ├── output_rhythm.30.out │ ├── output_rhythm.31.out │ ├── output_rhythm.32.out │ ├── output_rhythm.33.out │ ├── output_rhythm.34.out │ ├── output_rhythm.35.out │ ├── output_rhythm.36.out │ ├── output_rhythm.37.out │ ├── output_rhythm.38.out │ ├── output_rhythm.39.out │ ├── output_rhythm.4.out │ ├── output_rhythm.40.out │ ├── output_rhythm.41.out │ ├── output_rhythm.42.out │ ├── output_rhythm.43.out │ ├── output_rhythm.44.out │ ├── output_rhythm.45.out │ ├── output_rhythm.46.out │ ├── output_rhythm.47.out │ ├── output_rhythm.48.out │ ├── output_rhythm.49.out │ ├── output_rhythm.5.out │ ├── output_rhythm.50.out │ ├── output_rhythm.51.out │ ├── output_rhythm.52.out │ ├── output_rhythm.53.out │ ├── output_rhythm.54.out │ ├── output_rhythm.55.out │ ├── output_rhythm.56.out │ ├── output_rhythm.57.out │ ├── output_rhythm.58.out │ ├── output_rhythm.59.out │ ├── output_rhythm.6.out │ ├── output_rhythm.7.out │ ├── output_rhythm.8.out │ └── output_rhythm.9.out └── sw │ ├── output_sw.0.out │ ├── output_sw.1.out │ ├── output_sw.10.out │ ├── output_sw.11.out │ ├── output_sw.12.out │ ├── output_sw.13.out │ ├── output_sw.14.out │ ├── output_sw.15.out │ ├── output_sw.16.out │ ├── output_sw.17.out │ ├── output_sw.18.out │ ├── output_sw.19.out │ ├── output_sw.2.out │ ├── output_sw.20.out │ ├── output_sw.21.out │ ├── output_sw.22.out │ ├── output_sw.23.out │ ├── output_sw.24.out │ ├── output_sw.25.out │ ├── output_sw.26.out │ ├── output_sw.27.out │ ├── output_sw.28.out │ ├── output_sw.29.out │ ├── output_sw.3.out │ ├── output_sw.30.out │ ├── output_sw.31.out │ ├── output_sw.32.out │ ├── output_sw.33.out │ ├── output_sw.34.out │ ├── output_sw.35.out │ ├── output_sw.36.out │ ├── output_sw.37.out │ ├── output_sw.38.out │ ├── output_sw.39.out │ ├── output_sw.4.out │ ├── output_sw.40.out │ ├── output_sw.41.out │ ├── output_sw.42.out │ ├── output_sw.43.out │ ├── output_sw.44.out │ ├── output_sw.45.out │ ├── output_sw.46.out │ ├── output_sw.47.out │ ├── output_sw.48.out │ ├── output_sw.49.out │ ├── output_sw.5.out │ ├── output_sw.50.out │ ├── output_sw.51.out │ ├── output_sw.52.out │ ├── output_sw.53.out │ ├── output_sw.54.out │ ├── output_sw.55.out │ ├── output_sw.56.out │ ├── output_sw.57.out │ ├── output_sw.58.out │ ├── output_sw.59.out │ ├── output_sw.6.out │ ├── output_sw.60.out │ ├── output_sw.61.out │ ├── output_sw.62.out │ ├── output_sw.63.out │ ├── output_sw.64.out │ ├── output_sw.65.out │ ├── output_sw.66.out │ ├── output_sw.67.out │ ├── output_sw.68.out │ ├── output_sw.69.out │ ├── output_sw.7.out │ ├── output_sw.70.out │ ├── output_sw.71.out │ ├── output_sw.72.out │ ├── output_sw.73.out │ ├── output_sw.74.out │ ├── output_sw.75.out │ ├── output_sw.76.out │ ├── output_sw.77.out │ ├── output_sw.78.out │ ├── output_sw.79.out │ ├── output_sw.8.out │ ├── output_sw.80.out │ ├── output_sw.81.out │ ├── output_sw.82.out │ ├── output_sw.83.out │ ├── output_sw.84.out │ ├── output_sw.85.out │ ├── output_sw.86.out │ ├── output_sw.87.out │ ├── output_sw.88.out │ ├── output_sw.89.out │ └── output_sw.9.out ├── scripts ├── compile_all.sh ├── compile_condor.sh ├── compile_eca.sh ├── compile_gen_single.sh ├── compile_house.sh ├── compile_mislabel.sh ├── compile_music.sh ├── compile_noisy.sh ├── compile_occlusion.sh ├── compile_process_noisy.sh ├── compile_rhythm.sh ├── compile_sokoban.sh ├── compile_solve.sh ├── compile_sw.sh ├── compile_teaching_size.sh ├── compile_walker.sh ├── run_all_experiments.sh ├── single_binding.sh ├── single_book.sh ├── single_eca.sh ├── single_house.sh ├── single_misc.sh ├── single_mislabel_experiment.sh ├── single_music.sh ├── single_noisy_sequence.sh ├── single_nonstationary.sh ├── single_occlusion.sh ├── single_rhythm.sh ├── single_sanity_test.sh ├── single_seq_mnist.sh ├── single_seq_mnist_new.sh ├── single_sok_pixels.sh ├── single_sokoban.sh ├── single_sw.sh ├── single_var_length_no_noise.sh └── single_var_length_noise.sh ├── temp └── README.md └── videos ├── example1.gif ├── example2.gif ├── example3.gif └── theme-song.gif /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/README.md -------------------------------------------------------------------------------- /asp/aux_1_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/aux_1_1.lp -------------------------------------------------------------------------------- /asp/aux_eca_binding.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/aux_eca_binding.lp -------------------------------------------------------------------------------- /asp/aux_eca_space11.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/aux_eca_space11.lp -------------------------------------------------------------------------------- /asp/aux_eca_touch.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/aux_eca_touch.lp -------------------------------------------------------------------------------- /asp/baselines.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/baselines.lp -------------------------------------------------------------------------------- /asp/bnn.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/bnn.lp -------------------------------------------------------------------------------- /asp/constraints.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/constraints.lp -------------------------------------------------------------------------------- /asp/costs.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/costs.lp -------------------------------------------------------------------------------- /asp/ilasp.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/ilasp.lp -------------------------------------------------------------------------------- /asp/judgement.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/judgement.lp -------------------------------------------------------------------------------- /asp/letters.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/letters.lp -------------------------------------------------------------------------------- /asp/misc_first_last.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/misc_first_last.lp -------------------------------------------------------------------------------- /asp/misc_first_last_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/misc_first_last_5.lp -------------------------------------------------------------------------------- /asp/mislabel.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/mislabel.lp -------------------------------------------------------------------------------- /asp/music_loudness.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/music_loudness.lp -------------------------------------------------------------------------------- /asp/music_space.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/music_space.lp -------------------------------------------------------------------------------- /asp/nat.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/nat.lp -------------------------------------------------------------------------------- /asp/numbers.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/numbers.lp -------------------------------------------------------------------------------- /asp/rhythm_drums.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/rhythm_drums.lp -------------------------------------------------------------------------------- /asp/rhythm_loudness.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/rhythm_loudness.lp -------------------------------------------------------------------------------- /asp/rhythm_numbers.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/rhythm_numbers.lp -------------------------------------------------------------------------------- /asp/rhythm_space.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/rhythm_space.lp -------------------------------------------------------------------------------- /asp/seq_mnist.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/seq_mnist.lp -------------------------------------------------------------------------------- /asp/visual_sokoban.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/visual_sokoban.lp -------------------------------------------------------------------------------- /asp/visual_walker.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/asp/visual_walker.lp -------------------------------------------------------------------------------- /code/ECA.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/ECA.hs -------------------------------------------------------------------------------- /code/ExampleTemplates.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/ExampleTemplates.hs -------------------------------------------------------------------------------- /code/GenSingle.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/GenSingle.hs -------------------------------------------------------------------------------- /code/House.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/House.hs -------------------------------------------------------------------------------- /code/HouseData.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/HouseData.hs -------------------------------------------------------------------------------- /code/HouseTypes.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/HouseTypes.hs -------------------------------------------------------------------------------- /code/Interpretation.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/Interpretation.hs -------------------------------------------------------------------------------- /code/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/LICENSE -------------------------------------------------------------------------------- /code/Mislabel.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/Mislabel.hs -------------------------------------------------------------------------------- /code/Music.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/Music.hs -------------------------------------------------------------------------------- /code/NoisySequenceData.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/NoisySequenceData.hs -------------------------------------------------------------------------------- /code/NoisySequences.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/NoisySequences.hs -------------------------------------------------------------------------------- /code/Occlusion.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/Occlusion.hs -------------------------------------------------------------------------------- /code/OcclusionData.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/OcclusionData.hs -------------------------------------------------------------------------------- /code/OldSokobanData.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/OldSokobanData.hs -------------------------------------------------------------------------------- /code/ProcessNoisy.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/ProcessNoisy.hs -------------------------------------------------------------------------------- /code/RandomPairs.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/RandomPairs.hs -------------------------------------------------------------------------------- /code/Rhythm.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/Rhythm.hs -------------------------------------------------------------------------------- /code/SW.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/SW.hs -------------------------------------------------------------------------------- /code/Setup.hs: -------------------------------------------------------------------------------- 1 | import Distribution.Simple 2 | main = defaultMain 3 | -------------------------------------------------------------------------------- /code/Sokoban.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/Sokoban.hs -------------------------------------------------------------------------------- /code/SokobanData.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/SokobanData.hs -------------------------------------------------------------------------------- /code/SokobanPixels.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/SokobanPixels.hs -------------------------------------------------------------------------------- /code/SokobanTypes.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/SokobanTypes.hs -------------------------------------------------------------------------------- /code/Solve.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/Solve.hs -------------------------------------------------------------------------------- /code/SolveTemplates.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/SolveTemplates.hs -------------------------------------------------------------------------------- /code/TeachingSize.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/TeachingSize.hs -------------------------------------------------------------------------------- /code/Walker.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/Walker.hs -------------------------------------------------------------------------------- /code/WalkerData.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/WalkerData.hs -------------------------------------------------------------------------------- /code/solve: -------------------------------------------------------------------------------- 1 | dist/build/solve/solve -------------------------------------------------------------------------------- /code/solve.cabal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/code/solve.cabal -------------------------------------------------------------------------------- /data/binding/predict_r110_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r110_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r11_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r11_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r133_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r133_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r135_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r135_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r139_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r139_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r13_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r13_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r147_b6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r147_b6.lp -------------------------------------------------------------------------------- /data/binding/predict_r155_b8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r155_b8.lp -------------------------------------------------------------------------------- /data/binding/predict_r193_b9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r193_b9.lp -------------------------------------------------------------------------------- /data/binding/predict_r25_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r25_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r26_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r26_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r2_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r2_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r30_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r30_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r61_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r61_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r67_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r67_b5.lp -------------------------------------------------------------------------------- /data/binding/predict_r90_b5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/binding/predict_r90_b5.lp -------------------------------------------------------------------------------- /data/c-test/predict_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_1.lp -------------------------------------------------------------------------------- /data/c-test/predict_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_10.lp -------------------------------------------------------------------------------- /data/c-test/predict_11.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_11.lp -------------------------------------------------------------------------------- /data/c-test/predict_12.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_12.lp -------------------------------------------------------------------------------- /data/c-test/predict_13.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_13.lp -------------------------------------------------------------------------------- /data/c-test/predict_14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_14.lp -------------------------------------------------------------------------------- /data/c-test/predict_15.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_15.lp -------------------------------------------------------------------------------- /data/c-test/predict_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_2.lp -------------------------------------------------------------------------------- /data/c-test/predict_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_3.lp -------------------------------------------------------------------------------- /data/c-test/predict_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_4.lp -------------------------------------------------------------------------------- /data/c-test/predict_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_5.lp -------------------------------------------------------------------------------- /data/c-test/predict_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_6.lp -------------------------------------------------------------------------------- /data/c-test/predict_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_7.lp -------------------------------------------------------------------------------- /data/c-test/predict_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_8.lp -------------------------------------------------------------------------------- /data/c-test/predict_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/c-test/predict_9.lp -------------------------------------------------------------------------------- /data/eca/impute_0_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_0_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_100_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_100_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_101_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_101_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_102_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_102_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_103_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_103_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_104_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_104_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_105_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_105_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_106_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_106_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_107_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_107_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_108_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_108_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_109_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_109_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_10_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_10_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_110_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_110_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_111_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_111_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_112_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_112_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_113_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_113_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_114_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_114_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_115_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_115_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_116_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_116_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_117_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_117_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_118_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_118_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_119_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_119_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_11_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_11_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_120_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_120_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_121_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_121_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_122_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_122_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_123_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_123_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_124_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_124_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_125_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_125_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_126_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_126_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_127_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_127_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_128_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_128_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_129_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_129_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_12_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_12_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_130_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_130_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_131_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_131_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_132_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_132_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_133_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_133_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_134_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_134_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_135_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_135_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_136_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_136_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_137_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_137_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_138_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_138_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_139_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_139_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_13_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_13_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_140_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_140_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_141_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_141_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_142_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_142_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_143_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_143_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_144_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_144_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_145_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_145_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_146_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_146_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_147_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_147_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_148_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_148_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_149_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_149_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_14_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_14_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_150_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_150_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_151_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_151_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_152_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_152_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_153_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_153_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_154_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_154_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_155_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_155_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_156_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_156_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_157_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_157_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_158_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_158_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_159_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_159_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_15_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_15_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_160_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_160_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_161_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_161_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_162_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_162_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_163_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_163_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_164_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_164_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_165_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_165_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_166_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_166_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_167_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_167_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_168_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_168_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_169_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_169_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_16_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_16_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_170_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_170_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_171_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_171_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_172_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_172_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_173_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_173_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_174_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_174_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_175_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_175_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_176_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_176_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_177_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_177_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_178_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_178_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_179_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_179_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_17_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_17_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_180_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_180_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_181_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_181_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_182_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_182_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_183_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_183_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_184_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_184_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_185_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_185_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_186_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_186_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_187_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_187_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_188_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_188_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_189_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_189_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_18_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_18_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_190_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_190_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_191_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_191_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_192_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_192_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_193_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_193_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_194_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_194_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_195_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_195_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_196_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_196_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_197_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_197_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_198_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_198_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_199_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_199_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_19_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_19_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_1_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_1_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_200_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_200_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_201_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_201_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_202_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_202_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_203_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_203_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_204_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_204_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_205_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_205_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_206_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_206_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_207_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_207_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_208_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_208_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_209_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_209_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_20_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_20_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_210_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_210_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_211_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_211_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_212_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_212_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_213_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_213_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_214_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_214_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_215_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_215_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_216_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_216_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_217_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_217_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_218_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_218_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_219_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_219_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_21_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_21_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_220_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_220_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_221_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_221_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_222_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_222_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_223_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_223_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_224_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_224_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_225_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_225_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_226_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_226_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_227_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_227_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_228_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_228_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_229_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_229_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_22_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_22_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_230_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_230_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_231_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_231_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_232_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_232_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_233_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_233_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_234_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_234_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_235_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_235_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_236_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_236_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_237_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_237_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_238_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_238_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_239_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_239_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_23_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_23_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_240_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_240_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_241_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_241_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_242_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_242_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_243_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_243_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_244_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_244_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_245_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_245_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_246_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_246_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_247_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_247_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_248_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_248_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_249_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_249_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_24_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_24_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_250_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_250_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_251_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_251_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_252_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_252_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_253_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_253_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_254_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_254_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_255_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_255_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_25_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_25_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_26_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_26_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_27_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_27_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_28_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_28_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_29_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_29_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_2_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_2_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_30_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_30_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_31_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_31_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_32_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_32_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_33_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_33_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_34_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_34_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_35_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_35_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_36_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_36_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_37_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_37_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_38_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_38_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_39_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_39_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_3_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_3_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_40_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_40_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_41_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_41_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_42_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_42_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_43_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_43_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_44_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_44_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_45_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_45_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_46_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_46_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_47_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_47_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_48_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_48_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_49_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_49_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_4_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_4_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_50_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_50_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_51_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_51_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_52_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_52_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_53_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_53_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_54_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_54_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_55_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_55_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_56_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_56_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_57_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_57_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_58_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_58_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_59_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_59_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_5_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_5_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_60_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_60_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_61_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_61_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_62_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_62_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_63_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_63_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_64_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_64_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_65_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_65_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_66_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_66_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_67_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_67_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_68_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_68_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_69_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_69_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_6_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_6_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_70_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_70_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_71_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_71_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_72_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_72_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_73_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_73_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_74_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_74_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_75_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_75_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_76_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_76_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_77_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_77_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_78_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_78_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_79_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_79_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_7_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_7_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_80_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_80_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_81_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_81_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_82_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_82_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_83_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_83_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_84_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_84_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_85_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_85_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_86_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_86_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_87_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_87_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_88_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_88_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_89_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_89_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_8_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_8_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_90_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_90_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_91_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_91_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_92_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_92_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_93_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_93_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_94_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_94_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_95_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_95_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_96_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_96_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_97_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_97_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_98_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_98_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_99_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_99_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/impute_9_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/impute_9_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_0_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_0_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_100_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_100_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_101_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_101_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_102_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_102_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_103_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_103_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_104_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_104_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_105_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_105_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_106_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_106_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_107_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_107_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_108_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_108_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_109_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_109_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_1_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_1_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_2_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_2_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_3_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_3_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_4_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_4_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_5_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_5_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_6_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_6_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_7_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_7_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_8_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_8_b5_t14.lp -------------------------------------------------------------------------------- /data/eca/predict_9_b5_t14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/eca/predict_9_b5_t14.lp -------------------------------------------------------------------------------- /data/house/house_H1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H1.lp -------------------------------------------------------------------------------- /data/house/house_H10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H10.lp -------------------------------------------------------------------------------- /data/house/house_H11.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H11.lp -------------------------------------------------------------------------------- /data/house/house_H12.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H12.lp -------------------------------------------------------------------------------- /data/house/house_H13.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H13.lp -------------------------------------------------------------------------------- /data/house/house_H14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H14.lp -------------------------------------------------------------------------------- /data/house/house_H15.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H15.lp -------------------------------------------------------------------------------- /data/house/house_H16.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H16.lp -------------------------------------------------------------------------------- /data/house/house_H2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H2.lp -------------------------------------------------------------------------------- /data/house/house_H3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H3.lp -------------------------------------------------------------------------------- /data/house/house_H4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H4.lp -------------------------------------------------------------------------------- /data/house/house_H5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H5.lp -------------------------------------------------------------------------------- /data/house/house_H6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H6.lp -------------------------------------------------------------------------------- /data/house/house_H7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H7.lp -------------------------------------------------------------------------------- /data/house/house_H8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H8.lp -------------------------------------------------------------------------------- /data/house/house_H9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/house/house_H9.lp -------------------------------------------------------------------------------- /data/misc/exog_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/exog_1.lp -------------------------------------------------------------------------------- /data/misc/first_last_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/first_last_1.lp -------------------------------------------------------------------------------- /data/misc/first_last_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/first_last_2.lp -------------------------------------------------------------------------------- /data/misc/first_last_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/first_last_3.lp -------------------------------------------------------------------------------- /data/misc/first_last_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/first_last_4.lp -------------------------------------------------------------------------------- /data/misc/first_last_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/first_last_5.lp -------------------------------------------------------------------------------- /data/misc/first_last_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/first_last_6.lp -------------------------------------------------------------------------------- /data/misc/predict_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/predict_1.lp -------------------------------------------------------------------------------- /data/misc/predict_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/predict_2.lp -------------------------------------------------------------------------------- /data/misc/predict_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/predict_3.lp -------------------------------------------------------------------------------- /data/misc/predict_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/predict_4.lp -------------------------------------------------------------------------------- /data/misc/predict_example.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/predict_example.lp -------------------------------------------------------------------------------- /data/misc/second_last_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/second_last_1.lp -------------------------------------------------------------------------------- /data/misc/second_last_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/misc/second_last_2.lp -------------------------------------------------------------------------------- /data/music/impute_Minimal.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/music/impute_Minimal.lp -------------------------------------------------------------------------------- /data/music/impute_Scale.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/music/impute_Scale.lp -------------------------------------------------------------------------------- /data/music/predict_Scale.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/music/predict_Scale.lp -------------------------------------------------------------------------------- /data/noisy/noisy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/noisy.zip -------------------------------------------------------------------------------- /data/noisy/predict_10_1_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_10_1_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_10_1_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_10_1_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_10_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_10_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_10_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_10_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_10_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_10_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_10_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_10_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_10_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_10_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_10_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_10_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_11_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_11_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_11_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_11_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_11_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_11_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_11_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_11_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_11_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_11_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_11_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_11_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_12_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_12_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_12_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_12_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_12_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_12_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_12_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_12_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_12_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_12_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_12_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_12_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_12_5_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_12_5_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_12_5_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_12_5_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_1_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_1_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_1_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_1_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_2_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_2_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_3_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_3_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_13_4_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_13_4_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_14_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_14_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_14_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_14_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_14_2_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_14_2_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_14_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_14_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_14_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_14_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_14_3_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_14_3_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_14_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_14_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_14_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_14_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_14_4_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_14_4_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_2_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_2_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_3_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_3_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_4_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_4_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_5_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_5_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_15_5_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_15_5_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_16_1_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_16_1_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_16_1_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_16_1_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_16_1_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_16_1_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_16_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_16_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_16_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_16_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_16_2_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_16_2_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_16_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_16_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_16_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_16_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_16_3_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_16_3_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_17_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_17_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_17_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_17_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_17_2_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_17_2_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_17_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_17_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_17_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_17_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_17_3_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_17_3_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_17_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_17_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_17_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_17_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_17_4_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_17_4_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_18_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_18_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_18_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_18_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_18_3_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_18_3_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_18_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_18_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_18_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_18_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_18_4_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_18_4_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_18_5_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_18_5_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_18_5_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_18_5_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_18_5_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_18_5_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_1_1_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_1_1_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_1_1_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_1_1_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_1_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_1_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_1_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_1_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_1_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_1_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_1_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_1_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_1_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_1_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_1_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_1_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_2_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_2_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_2_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_2_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_2_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_2_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_2_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_2_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_2_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_2_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_2_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_2_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_2_5_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_2_5_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_2_5_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_2_5_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_3_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_3_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_3_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_3_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_3_3_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_3_3_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_3_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_3_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_3_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_3_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_3_4_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_3_4_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_3_5_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_3_5_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_3_5_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_3_5_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_3_5_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_3_5_4.lp -------------------------------------------------------------------------------- /data/noisy/predict_4_1_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_4_1_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_4_1_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_4_1_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_4_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_4_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_4_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_4_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_4_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_4_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_4_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_4_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_4_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_4_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_4_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_4_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_5_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_5_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_5_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_5_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_5_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_5_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_5_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_5_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_5_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_5_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_5_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_5_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_6_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_6_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_6_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_6_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_6_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_6_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_6_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_6_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_6_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_6_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_6_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_6_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_6_5_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_6_5_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_6_5_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_6_5_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_7_1_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_7_1_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_7_1_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_7_1_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_7_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_7_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_7_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_7_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_7_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_7_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_7_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_7_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_7_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_7_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_7_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_7_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_8_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_8_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_8_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_8_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_8_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_8_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_8_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_8_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_8_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_8_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_8_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_8_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_9_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_9_2_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_9_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_9_2_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_9_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_9_3_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_9_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_9_3_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_9_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_9_4_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_9_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_9_4_3.lp -------------------------------------------------------------------------------- /data/noisy/predict_9_5_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_9_5_2.lp -------------------------------------------------------------------------------- /data/noisy/predict_9_5_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/noisy/predict_9_5_3.lp -------------------------------------------------------------------------------- /data/rhythm/impute_Samba.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/rhythm/impute_Samba.lp -------------------------------------------------------------------------------- /data/rhythm/impute_Ska.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/rhythm/impute_Ska.lp -------------------------------------------------------------------------------- /data/rhythm/impute_Twist.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/rhythm/impute_Twist.lp -------------------------------------------------------------------------------- /data/rhythm/impute_Waltz.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/rhythm/impute_Waltz.lp -------------------------------------------------------------------------------- /data/rhythm/predict_Samba.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/rhythm/predict_Samba.lp -------------------------------------------------------------------------------- /data/rhythm/predict_Ska.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/rhythm/predict_Ska.lp -------------------------------------------------------------------------------- /data/rhythm/predict_Twist.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/rhythm/predict_Twist.lp -------------------------------------------------------------------------------- /data/rhythm/predict_Waltz.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/rhythm/predict_Waltz.lp -------------------------------------------------------------------------------- /data/rhythm/retrodict_Ska.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/rhythm/retrodict_Ska.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_10.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_7.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_8.lp -------------------------------------------------------------------------------- /data/seq-mnist/new_seq_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/new_seq_9.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_10.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_7.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_8.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_10_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_10_9.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_1_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_1_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_1_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_1_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_1_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_1_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_1_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_1_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_1_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_1_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_1_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_1_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_2_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_2_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_2_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_2_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_2_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_2_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_2_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_2_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_2_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_2_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_2_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_2_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_3_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_3_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_3_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_3_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_3_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_3_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_3_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_3_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_3_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_3_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_3_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_3_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_4_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_4_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_4_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_4_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_4_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_4_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_4_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_4_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_4_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_4_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_4_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_4_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_10.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_7.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_8.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_5_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_5_9.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_10.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_7.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_8.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_6_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_6_9.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_10.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_7.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_8.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_7_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_7_9.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_10.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_7.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_8.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_8_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_8_9.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_1.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_10.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_2.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_3.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_4.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_5.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_6.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_7.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_8.lp -------------------------------------------------------------------------------- /data/seq-mnist/seq_9_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/seq-mnist/seq_9_9.lp -------------------------------------------------------------------------------- /data/sokoban/predict_e0.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sokoban/predict_e0.lp -------------------------------------------------------------------------------- /data/sokoban/predict_e1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sokoban/predict_e1.lp -------------------------------------------------------------------------------- /data/sokoban/predict_e2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sokoban/predict_e2.lp -------------------------------------------------------------------------------- /data/sokoban/predict_e3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sokoban/predict_e3.lp -------------------------------------------------------------------------------- /data/sokoban/predict_e4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sokoban/predict_e4.lp -------------------------------------------------------------------------------- /data/sokoban/predict_e5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sokoban/predict_e5.lp -------------------------------------------------------------------------------- /data/sokoban/predict_e6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sokoban/predict_e6.lp -------------------------------------------------------------------------------- /data/sokoban/predict_e7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sokoban/predict_e7.lp -------------------------------------------------------------------------------- /data/sokoban/predict_e8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sokoban/predict_e8.lp -------------------------------------------------------------------------------- /data/sw/impute_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_1.lp -------------------------------------------------------------------------------- /data/sw/impute_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_10.lp -------------------------------------------------------------------------------- /data/sw/impute_11.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_11.lp -------------------------------------------------------------------------------- /data/sw/impute_12.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_12.lp -------------------------------------------------------------------------------- /data/sw/impute_13.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_13.lp -------------------------------------------------------------------------------- /data/sw/impute_14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_14.lp -------------------------------------------------------------------------------- /data/sw/impute_15.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_15.lp -------------------------------------------------------------------------------- /data/sw/impute_16.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_16.lp -------------------------------------------------------------------------------- /data/sw/impute_17.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_17.lp -------------------------------------------------------------------------------- /data/sw/impute_18.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_18.lp -------------------------------------------------------------------------------- /data/sw/impute_19.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_19.lp -------------------------------------------------------------------------------- /data/sw/impute_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_2.lp -------------------------------------------------------------------------------- /data/sw/impute_20.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_20.lp -------------------------------------------------------------------------------- /data/sw/impute_21.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_21.lp -------------------------------------------------------------------------------- /data/sw/impute_22.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_22.lp -------------------------------------------------------------------------------- /data/sw/impute_23.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_23.lp -------------------------------------------------------------------------------- /data/sw/impute_24.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_24.lp -------------------------------------------------------------------------------- /data/sw/impute_25.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_25.lp -------------------------------------------------------------------------------- /data/sw/impute_26.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_26.lp -------------------------------------------------------------------------------- /data/sw/impute_27.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_27.lp -------------------------------------------------------------------------------- /data/sw/impute_28.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_28.lp -------------------------------------------------------------------------------- /data/sw/impute_29.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_29.lp -------------------------------------------------------------------------------- /data/sw/impute_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_3.lp -------------------------------------------------------------------------------- /data/sw/impute_30.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_30.lp -------------------------------------------------------------------------------- /data/sw/impute_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_4.lp -------------------------------------------------------------------------------- /data/sw/impute_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_5.lp -------------------------------------------------------------------------------- /data/sw/impute_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_6.lp -------------------------------------------------------------------------------- /data/sw/impute_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_7.lp -------------------------------------------------------------------------------- /data/sw/impute_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_8.lp -------------------------------------------------------------------------------- /data/sw/impute_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/impute_9.lp -------------------------------------------------------------------------------- /data/sw/predict_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_1.lp -------------------------------------------------------------------------------- /data/sw/predict_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_10.lp -------------------------------------------------------------------------------- /data/sw/predict_11.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_11.lp -------------------------------------------------------------------------------- /data/sw/predict_12.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_12.lp -------------------------------------------------------------------------------- /data/sw/predict_13.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_13.lp -------------------------------------------------------------------------------- /data/sw/predict_14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_14.lp -------------------------------------------------------------------------------- /data/sw/predict_15.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_15.lp -------------------------------------------------------------------------------- /data/sw/predict_16.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_16.lp -------------------------------------------------------------------------------- /data/sw/predict_17.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_17.lp -------------------------------------------------------------------------------- /data/sw/predict_18.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_18.lp -------------------------------------------------------------------------------- /data/sw/predict_19.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_19.lp -------------------------------------------------------------------------------- /data/sw/predict_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_2.lp -------------------------------------------------------------------------------- /data/sw/predict_20.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_20.lp -------------------------------------------------------------------------------- /data/sw/predict_21.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_21.lp -------------------------------------------------------------------------------- /data/sw/predict_22.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_22.lp -------------------------------------------------------------------------------- /data/sw/predict_23.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_23.lp -------------------------------------------------------------------------------- /data/sw/predict_24.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_24.lp -------------------------------------------------------------------------------- /data/sw/predict_25.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_25.lp -------------------------------------------------------------------------------- /data/sw/predict_26.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_26.lp -------------------------------------------------------------------------------- /data/sw/predict_27.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_27.lp -------------------------------------------------------------------------------- /data/sw/predict_28.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_28.lp -------------------------------------------------------------------------------- /data/sw/predict_29.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_29.lp -------------------------------------------------------------------------------- /data/sw/predict_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_3.lp -------------------------------------------------------------------------------- /data/sw/predict_30.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_30.lp -------------------------------------------------------------------------------- /data/sw/predict_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_4.lp -------------------------------------------------------------------------------- /data/sw/predict_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_5.lp -------------------------------------------------------------------------------- /data/sw/predict_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_6.lp -------------------------------------------------------------------------------- /data/sw/predict_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_7.lp -------------------------------------------------------------------------------- /data/sw/predict_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_8.lp -------------------------------------------------------------------------------- /data/sw/predict_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/predict_9.lp -------------------------------------------------------------------------------- /data/sw/retrodict_1.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_1.lp -------------------------------------------------------------------------------- /data/sw/retrodict_10.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_10.lp -------------------------------------------------------------------------------- /data/sw/retrodict_11.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_11.lp -------------------------------------------------------------------------------- /data/sw/retrodict_12.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_12.lp -------------------------------------------------------------------------------- /data/sw/retrodict_13.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_13.lp -------------------------------------------------------------------------------- /data/sw/retrodict_14.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_14.lp -------------------------------------------------------------------------------- /data/sw/retrodict_15.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_15.lp -------------------------------------------------------------------------------- /data/sw/retrodict_16.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_16.lp -------------------------------------------------------------------------------- /data/sw/retrodict_17.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_17.lp -------------------------------------------------------------------------------- /data/sw/retrodict_18.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_18.lp -------------------------------------------------------------------------------- /data/sw/retrodict_19.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_19.lp -------------------------------------------------------------------------------- /data/sw/retrodict_2.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_2.lp -------------------------------------------------------------------------------- /data/sw/retrodict_20.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_20.lp -------------------------------------------------------------------------------- /data/sw/retrodict_21.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_21.lp -------------------------------------------------------------------------------- /data/sw/retrodict_22.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_22.lp -------------------------------------------------------------------------------- /data/sw/retrodict_23.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_23.lp -------------------------------------------------------------------------------- /data/sw/retrodict_24.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_24.lp -------------------------------------------------------------------------------- /data/sw/retrodict_25.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_25.lp -------------------------------------------------------------------------------- /data/sw/retrodict_26.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_26.lp -------------------------------------------------------------------------------- /data/sw/retrodict_27.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_27.lp -------------------------------------------------------------------------------- /data/sw/retrodict_28.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_28.lp -------------------------------------------------------------------------------- /data/sw/retrodict_29.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_29.lp -------------------------------------------------------------------------------- /data/sw/retrodict_3.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_3.lp -------------------------------------------------------------------------------- /data/sw/retrodict_30.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_30.lp -------------------------------------------------------------------------------- /data/sw/retrodict_4.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_4.lp -------------------------------------------------------------------------------- /data/sw/retrodict_5.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_5.lp -------------------------------------------------------------------------------- /data/sw/retrodict_6.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_6.lp -------------------------------------------------------------------------------- /data/sw/retrodict_7.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_7.lp -------------------------------------------------------------------------------- /data/sw/retrodict_8.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_8.lp -------------------------------------------------------------------------------- /data/sw/retrodict_9.lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/data/sw/retrodict_9.lp -------------------------------------------------------------------------------- /results/rhythm/output_rhythm.53.out: -------------------------------------------------------------------------------- 1 | Processing data/rhythm/retrodict_SlowBluesDrumBeat.lp. 2 | -------------------------------------------------------------------------------- /results/sw/output_sw.0.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.0.out -------------------------------------------------------------------------------- /results/sw/output_sw.1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.1.out -------------------------------------------------------------------------------- /results/sw/output_sw.10.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.10.out -------------------------------------------------------------------------------- /results/sw/output_sw.11.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.11.out -------------------------------------------------------------------------------- /results/sw/output_sw.12.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.12.out -------------------------------------------------------------------------------- /results/sw/output_sw.13.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.13.out -------------------------------------------------------------------------------- /results/sw/output_sw.14.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.14.out -------------------------------------------------------------------------------- /results/sw/output_sw.15.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.15.out -------------------------------------------------------------------------------- /results/sw/output_sw.16.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.16.out -------------------------------------------------------------------------------- /results/sw/output_sw.17.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.17.out -------------------------------------------------------------------------------- /results/sw/output_sw.18.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.18.out -------------------------------------------------------------------------------- /results/sw/output_sw.19.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.19.out -------------------------------------------------------------------------------- /results/sw/output_sw.2.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.2.out -------------------------------------------------------------------------------- /results/sw/output_sw.20.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.20.out -------------------------------------------------------------------------------- /results/sw/output_sw.21.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.21.out -------------------------------------------------------------------------------- /results/sw/output_sw.22.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.22.out -------------------------------------------------------------------------------- /results/sw/output_sw.23.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.23.out -------------------------------------------------------------------------------- /results/sw/output_sw.24.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.24.out -------------------------------------------------------------------------------- /results/sw/output_sw.25.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.25.out -------------------------------------------------------------------------------- /results/sw/output_sw.26.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.26.out -------------------------------------------------------------------------------- /results/sw/output_sw.27.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.27.out -------------------------------------------------------------------------------- /results/sw/output_sw.28.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.28.out -------------------------------------------------------------------------------- /results/sw/output_sw.29.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.29.out -------------------------------------------------------------------------------- /results/sw/output_sw.3.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.3.out -------------------------------------------------------------------------------- /results/sw/output_sw.30.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.30.out -------------------------------------------------------------------------------- /results/sw/output_sw.31.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.31.out -------------------------------------------------------------------------------- /results/sw/output_sw.32.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.32.out -------------------------------------------------------------------------------- /results/sw/output_sw.33.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.33.out -------------------------------------------------------------------------------- /results/sw/output_sw.34.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.34.out -------------------------------------------------------------------------------- /results/sw/output_sw.35.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.35.out -------------------------------------------------------------------------------- /results/sw/output_sw.36.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.36.out -------------------------------------------------------------------------------- /results/sw/output_sw.37.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.37.out -------------------------------------------------------------------------------- /results/sw/output_sw.38.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.38.out -------------------------------------------------------------------------------- /results/sw/output_sw.39.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.39.out -------------------------------------------------------------------------------- /results/sw/output_sw.4.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.4.out -------------------------------------------------------------------------------- /results/sw/output_sw.40.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.40.out -------------------------------------------------------------------------------- /results/sw/output_sw.41.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.41.out -------------------------------------------------------------------------------- /results/sw/output_sw.42.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.42.out -------------------------------------------------------------------------------- /results/sw/output_sw.43.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.43.out -------------------------------------------------------------------------------- /results/sw/output_sw.44.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.44.out -------------------------------------------------------------------------------- /results/sw/output_sw.45.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.45.out -------------------------------------------------------------------------------- /results/sw/output_sw.46.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.46.out -------------------------------------------------------------------------------- /results/sw/output_sw.47.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.47.out -------------------------------------------------------------------------------- /results/sw/output_sw.48.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.48.out -------------------------------------------------------------------------------- /results/sw/output_sw.49.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.49.out -------------------------------------------------------------------------------- /results/sw/output_sw.5.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.5.out -------------------------------------------------------------------------------- /results/sw/output_sw.50.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.50.out -------------------------------------------------------------------------------- /results/sw/output_sw.51.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.51.out -------------------------------------------------------------------------------- /results/sw/output_sw.52.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.52.out -------------------------------------------------------------------------------- /results/sw/output_sw.53.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.53.out -------------------------------------------------------------------------------- /results/sw/output_sw.54.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.54.out -------------------------------------------------------------------------------- /results/sw/output_sw.55.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.55.out -------------------------------------------------------------------------------- /results/sw/output_sw.56.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.56.out -------------------------------------------------------------------------------- /results/sw/output_sw.57.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.57.out -------------------------------------------------------------------------------- /results/sw/output_sw.58.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.58.out -------------------------------------------------------------------------------- /results/sw/output_sw.59.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.59.out -------------------------------------------------------------------------------- /results/sw/output_sw.6.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.6.out -------------------------------------------------------------------------------- /results/sw/output_sw.60.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.60.out -------------------------------------------------------------------------------- /results/sw/output_sw.61.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.61.out -------------------------------------------------------------------------------- /results/sw/output_sw.62.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.62.out -------------------------------------------------------------------------------- /results/sw/output_sw.63.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.63.out -------------------------------------------------------------------------------- /results/sw/output_sw.64.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.64.out -------------------------------------------------------------------------------- /results/sw/output_sw.65.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.65.out -------------------------------------------------------------------------------- /results/sw/output_sw.66.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.66.out -------------------------------------------------------------------------------- /results/sw/output_sw.67.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.67.out -------------------------------------------------------------------------------- /results/sw/output_sw.68.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.68.out -------------------------------------------------------------------------------- /results/sw/output_sw.69.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.69.out -------------------------------------------------------------------------------- /results/sw/output_sw.7.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.7.out -------------------------------------------------------------------------------- /results/sw/output_sw.70.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.70.out -------------------------------------------------------------------------------- /results/sw/output_sw.71.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.71.out -------------------------------------------------------------------------------- /results/sw/output_sw.72.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.72.out -------------------------------------------------------------------------------- /results/sw/output_sw.73.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.73.out -------------------------------------------------------------------------------- /results/sw/output_sw.74.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.74.out -------------------------------------------------------------------------------- /results/sw/output_sw.75.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.75.out -------------------------------------------------------------------------------- /results/sw/output_sw.76.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.76.out -------------------------------------------------------------------------------- /results/sw/output_sw.77.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.77.out -------------------------------------------------------------------------------- /results/sw/output_sw.78.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.78.out -------------------------------------------------------------------------------- /results/sw/output_sw.79.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.79.out -------------------------------------------------------------------------------- /results/sw/output_sw.8.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.8.out -------------------------------------------------------------------------------- /results/sw/output_sw.80.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.80.out -------------------------------------------------------------------------------- /results/sw/output_sw.81.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.81.out -------------------------------------------------------------------------------- /results/sw/output_sw.82.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.82.out -------------------------------------------------------------------------------- /results/sw/output_sw.83.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.83.out -------------------------------------------------------------------------------- /results/sw/output_sw.84.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.84.out -------------------------------------------------------------------------------- /results/sw/output_sw.85.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.85.out -------------------------------------------------------------------------------- /results/sw/output_sw.86.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.86.out -------------------------------------------------------------------------------- /results/sw/output_sw.87.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.87.out -------------------------------------------------------------------------------- /results/sw/output_sw.88.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.88.out -------------------------------------------------------------------------------- /results/sw/output_sw.89.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.89.out -------------------------------------------------------------------------------- /results/sw/output_sw.9.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/results/sw/output_sw.9.out -------------------------------------------------------------------------------- /scripts/compile_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_all.sh -------------------------------------------------------------------------------- /scripts/compile_condor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_condor.sh -------------------------------------------------------------------------------- /scripts/compile_eca.sh: -------------------------------------------------------------------------------- 1 | cd code 2 | ghc -o eca -O2 ECA 3 | cd .. 4 | -------------------------------------------------------------------------------- /scripts/compile_house.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_house.sh -------------------------------------------------------------------------------- /scripts/compile_mislabel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_mislabel.sh -------------------------------------------------------------------------------- /scripts/compile_music.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_music.sh -------------------------------------------------------------------------------- /scripts/compile_noisy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_noisy.sh -------------------------------------------------------------------------------- /scripts/compile_occlusion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_occlusion.sh -------------------------------------------------------------------------------- /scripts/compile_rhythm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_rhythm.sh -------------------------------------------------------------------------------- /scripts/compile_sokoban.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_sokoban.sh -------------------------------------------------------------------------------- /scripts/compile_solve.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_solve.sh -------------------------------------------------------------------------------- /scripts/compile_sw.sh: -------------------------------------------------------------------------------- 1 | cd code 2 | ghc -o sw -O2 SW 3 | cd .. 4 | -------------------------------------------------------------------------------- /scripts/compile_walker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/compile_walker.sh -------------------------------------------------------------------------------- /scripts/single_binding.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_binding.sh -------------------------------------------------------------------------------- /scripts/single_book.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_book.sh -------------------------------------------------------------------------------- /scripts/single_eca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_eca.sh -------------------------------------------------------------------------------- /scripts/single_house.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_house.sh -------------------------------------------------------------------------------- /scripts/single_misc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_misc.sh -------------------------------------------------------------------------------- /scripts/single_music.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_music.sh -------------------------------------------------------------------------------- /scripts/single_occlusion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_occlusion.sh -------------------------------------------------------------------------------- /scripts/single_rhythm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_rhythm.sh -------------------------------------------------------------------------------- /scripts/single_seq_mnist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_seq_mnist.sh -------------------------------------------------------------------------------- /scripts/single_sok_pixels.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_sok_pixels.sh -------------------------------------------------------------------------------- /scripts/single_sokoban.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_sokoban.sh -------------------------------------------------------------------------------- /scripts/single_sw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/scripts/single_sw.sh -------------------------------------------------------------------------------- /temp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/temp/README.md -------------------------------------------------------------------------------- /videos/example1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/videos/example1.gif -------------------------------------------------------------------------------- /videos/example2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/videos/example2.gif -------------------------------------------------------------------------------- /videos/example3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/videos/example3.gif -------------------------------------------------------------------------------- /videos/theme-song.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardEvans/apperception/HEAD/videos/theme-song.gif --------------------------------------------------------------------------------