panel_model_gflops {starvz} | R 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)
[Package starvz version 0.8.0 Index]