@@ -30,7 +30,7 @@ def simulateContinuous(num_meas = 20, num_lat = 0, avg_deg = 4, samp_size = 200,
30
30
params .set (Params .NUM_MEASURES , num_meas )
31
31
params .set (Params .AVG_DEGREE , avg_deg )
32
32
params .set (Params .NUM_LATENTS , num_lat )
33
- params .set (Params .RANDOMIZE_COLUMNS , True ) # Preents some algorithsm from taking advantage of true orde
33
+ params .set (Params .RANDOMIZE_COLUMNS , True ) # Preents some algorithsm from taking advantage of true causal order
34
34
params .set (Params .COEF_LOW , coef_low )
35
35
params .set (Params .COEF_HIGH , coef_high )
36
36
params .set (Params .VAR_LOW , var_low )
@@ -69,7 +69,7 @@ def simulateDiscrete(num_meas = 20, num_lat = 0, avg_deg = 4, min_cat=3, max_cat
69
69
params .set (Params .MAX_CATEGORIES , max_cat )
70
70
71
71
# Params for simuulation
72
- params .set (Params .RANDOMIZE_COLUMNS , True ) # Preents some algorithsm from taking advantage of true orde
72
+ params .set (Params .RANDOMIZE_COLUMNS , True ) # Preents some algorithsm from taking advantage of causal order
73
73
params .set (Params .SAMPLE_SIZE , samp_size )
74
74
params .set (Params .SAVE_LATENT_VARS , False )
75
75
# params.set(Params.SEED, 29483)
@@ -103,7 +103,7 @@ def simulateLeeHastie(num_meas = 20, num_lat = 0, avg_deg = 4, min_cat=3, max_ca
103
103
params .set (Params .PERCENT_DISCRETE , perc_disc )
104
104
params .set (Params .DIFFERENT_GRAPHS , False )
105
105
106
- params .set (Params .RANDOMIZE_COLUMNS , True ) # Preents some algorithsm from taking advantage of true order
106
+ params .set (Params .RANDOMIZE_COLUMNS , True ) # Preents some algorithsm from taking advantage of causal order
107
107
params .set (Params .SAMPLE_SIZE , samp_size )
108
108
params .set (Params .SAVE_LATENT_VARS , False )
109
109
# params.set(Params.SEED, 29493L)
0 commit comments