You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHOICE 1 (automatic parameterization)
From that configuration and parameterization:
config.inputDimensions = 2; // in case of a 2-dimensional input data
defaultConfig.translate = true;
defaultConfig.segmentation = false;
Why are there two different config objects, config and defaultConfig? just one config object is used in example file. as follows
// CONFIGURATION of the GVF
config.inputDimensions = 2;
config.translate = true;
config.segmentation = false;
The text was updated successfully, but these errors were encountered:
in the read me file
Why are there two different config objects, config and defaultConfig? just one config object is used in example file. as follows
The text was updated successfully, but these errors were encountered: