@@ -49,7 +49,7 @@ If no path is specified, simulated hdf5 datasets are stored in `multiview-machin
### Discovering the arguments
In order to see all the arguments of this script and their decription and default values run :
In order to see all the arguments of this script, their description and default values run :
```
cd multiview-machine-learning-omis/Code
python Exec.py -h
...
...
@@ -65,7 +65,7 @@ In that directory:
* If the script is run using more than one statistic iteration (one for each seed), it will create one directory for each iteration and store the statistical analysis in the current directory
* If it is run with one iteration, the iteration results will be stored in the current directory
The results for each iteration are graphs recaping the classifiers scores and the classifiers config and results are stored in a directory of their own.
The results for each iteration are graphs plotting the classifiers scores and the classifiers config and results are stored in a directory of their own.
To explore the results run the `Exec` script and go in `multiview-machine-learning-omis/Code/MonoMultiViewClassifiers/Results/Plausible/`
### Dataset compatibility
...
...
@@ -93,6 +93,19 @@ One group for the additional data called `Metadata` containing at least 3 attrib
*`attrs["nbClass"]` an int counting the total number of different labels in the dataset
*`attrs["datasetLength"]` an int counting the total number of examples in the dataset
### Running on your dataset
In order to run the script on your dataset you need to use :