Skip to content
Snippets Groups Projects
Select Git revision
  • dcffa946dc96db5cab6f7d00e862eb01487141d9
  • master default
  • object
  • develop protected
  • private_algos
  • cuisine
  • SMOTE
  • revert-76c4cca5
  • archive protected
  • no_graphviz
  • 0.0.1
11 results

summit

Pipeline status License: New BSD Coverage

Multiview Generator

This package aims at generating customized mutliview datasets to facilitate the development of new multiview algorithms and their testing on simulated data representing specific tasks.

Understanding the concept

The main idea of the generator is to build several monoview sub-problems that

_static/fig_rec.png

Structure

The class of intereset is located in generator/multiple_sub_problems.py and called MultiViewSubProblemsGenerator.

A demo is available in demo/demo.py and generates a 3D dataset, along with a figure that analyzes it.