File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
bayesflow/adapters/transforms Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ class Concatenate(Transform):
1616
1717 Parameters:
1818 keys: Input a list of strings, where the strings are the names of data variables.
19- into: A string telling network how to use the variables named in keys.
20- -options: "inference_variables", "summary_variables", "inference_conditions"
19+ into: A string telling the network how to use the variables named in keys.
2120 axis: integer specifing along which axis to concatonate the keys. The last axis is used by default.
2221
2322 Example:
24- Suppose you have a simulator that generates variables beta, sigma from priors and then observation
23+ Suppose you have a simulator that generates variables " beta" and " sigma" from priors and then observation
2524 variables "x" and "y". We can then use concatonate in the following way
2625
2726 adapter = (
You can’t perform that action at this time.
0 commit comments