RockyML  0.0.1
A High-Performance Scientific Computing Framework
rocky::zagros::dena::analyze::plot Class Reference

utilities for plotting loss function or optimization stage More...

#include <dena.h>

Static Public Member Functions

static flow heatmap (std::string label, int width, int height)
 plotting a heatmap of loss function More...
 
static flow heatmap (std::string label, int width)
 
static flow heatmap (std::string label)
 
static flow heatmap ()
 
static flow container (std::string id, container_analysis_handler &handler)
 record the position of particles at each step More...
 

Detailed Description

utilities for plotting loss function or optimization stage

Member Function Documentation

◆ container()

static flow rocky::zagros::dena::analyze::plot::container ( std::string  id,
container_analysis_handler handler 
)
inlinestatic

record the position of particles at each step

Parameters
idtarget container
handleroutput handler
Returns
* flow

◆ heatmap()

static flow rocky::zagros::dena::analyze::plot::heatmap ( std::string  label,
int  width,
int  height 
)
inlinestatic

plotting a heatmap of loss function

Parameters
labela string which will be included in the name of output file
widthwidth of the heatmap in pixels
heightheight of the heatmap in pixels
Returns
* flow

The documentation for this class was generated from the following file: