gemseo.post.som module#
Self Organizing Maps to display high dimensional design spaces.
- class SOM(opt_problem)[source]#
Bases:
BasePost
[SOM_Settings
]Self organizing map clustering optimization history.
Options of the plot method are the x- and y- numbers of cells in the SOM.
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
opt_problem (OptimizationProblem) -- The optimization problem to be post-processed.
- Settings#
alias of
SOM_Settings