panel_model_gflops: Create the diagnostig plot for the regression model

View source: R/phase2_util.R

panel_model_gflopsR Documentation

Create the diagnostig plot for the regression model

Description

Use the starvz Application data to observe how the regression model used in the task anomaly classification fits the data.

Usage

panel_model_gflops(data,
         freeScales = TRUE, model_type = "LOG_LOG")

Arguments

data

starvz_data with trace data

freeScales

free X,Y scales for each task and resource type combination

model_type

Choose the regression model type to use

Value

A ggplot object

Examples

## Not run: 
panel_model_gflops(data = starvz_sample_sample)

## End(Not run)

starvz documentation built on June 19, 2025, 1:08 a.m.