Documentation
¶
Index ¶
- type TResultDrawer
- func (rd *TResultDrawer) DrawErrorBoxplot(result *pb.TResult) *charts.BoxPlot
- func (rd *TResultDrawer) DrawErrorSurface(result *pb.TResult) *charts.Surface3D
- func (rd *TResultDrawer) DrawHeatMap(result *pb.TResult) *charts.HeatMap
- func (rd *TResultDrawer) DrawRealSolSurface() *charts.Surface3D
- func (rd *TResultDrawer) DrawSurface(result *pb.TResult) *charts.Surface3D
- func (rd *TResultDrawer) GenErrorBoxplotData(result *pb.TResult) []opts.BoxPlotData
- func (rd *TResultDrawer) GenErrorSurfaceData(resultField *pb.TMatrix) (items []opts.Chart3DData, min float64, max float64)
- func (rd *TResultDrawer) GenHeatMapData(result *pb.TResult) []opts.HeatMapData
- func (rd *TResultDrawer) GenSurfaceData(resultField *pb.TMatrix) []opts.Chart3DData
- func (rd *TResultDrawer) GetInitializationOpts() charts.GlobalOpts
- func (rd *TResultDrawer) GetTitleOpts(title string) charts.GlobalOpts
- func (rd *TResultDrawer) Render(writer io.Writer)
- func (rd *TResultDrawer) RenderResult(writer io.Writer, result *pb.TResult)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TResultDrawer ¶
type TResultDrawer struct { Results *pb.TResults Config *pb.TSolverConfig }
func NewTResultDrawer ¶
func NewTResultDrawer(pbResults *pb.TResults) TResultDrawer
func (*TResultDrawer) DrawErrorBoxplot ¶
func (rd *TResultDrawer) DrawErrorBoxplot(result *pb.TResult) *charts.BoxPlot
func (*TResultDrawer) DrawErrorSurface ¶
func (rd *TResultDrawer) DrawErrorSurface(result *pb.TResult) *charts.Surface3D
func (*TResultDrawer) DrawHeatMap ¶
func (rd *TResultDrawer) DrawHeatMap(result *pb.TResult) *charts.HeatMap
func (*TResultDrawer) DrawRealSolSurface ¶
func (rd *TResultDrawer) DrawRealSolSurface() *charts.Surface3D
func (*TResultDrawer) DrawSurface ¶
func (rd *TResultDrawer) DrawSurface(result *pb.TResult) *charts.Surface3D
func (*TResultDrawer) GenErrorBoxplotData ¶
func (rd *TResultDrawer) GenErrorBoxplotData(result *pb.TResult) []opts.BoxPlotData
func (*TResultDrawer) GenErrorSurfaceData ¶
func (rd *TResultDrawer) GenErrorSurfaceData(resultField *pb.TMatrix) (items []opts.Chart3DData, min float64, max float64)
func (*TResultDrawer) GenHeatMapData ¶
func (rd *TResultDrawer) GenHeatMapData(result *pb.TResult) []opts.HeatMapData
func (*TResultDrawer) GenSurfaceData ¶
func (rd *TResultDrawer) GenSurfaceData(resultField *pb.TMatrix) []opts.Chart3DData
func (*TResultDrawer) GetInitializationOpts ¶
func (rd *TResultDrawer) GetInitializationOpts() charts.GlobalOpts
func (*TResultDrawer) GetTitleOpts ¶
func (rd *TResultDrawer) GetTitleOpts(title string) charts.GlobalOpts
func (*TResultDrawer) Render ¶
func (rd *TResultDrawer) Render(writer io.Writer)
func (*TResultDrawer) RenderResult ¶
func (rd *TResultDrawer) RenderResult(writer io.Writer, result *pb.TResult)
Click to show internal directories.
Click to hide internal directories.