Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Bacheloroppgave_2022
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eilert Tunheim
Bacheloroppgave_2022
Commits
28be9ddf
Commit
28be9ddf
authored
2 years ago
by
Eilert Tunheim
Browse files
Options
Downloads
Patches
Plain Diff
commented linechart class
parent
938647b7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/application/GUI/LineChartFunctionality.java
+1
-3
1 addition, 3 deletions
...main/java/com/application/GUI/LineChartFunctionality.java
with
1 addition
and
3 deletions
src/main/java/com/application/GUI/LineChartFunctionality.java
+
1
−
3
View file @
28be9ddf
...
...
@@ -444,7 +444,7 @@ public class LineChartFunctionality {
return
(((
beta
*
y0
))/(
y0
+((
beta
-
y0
)*
Math
.
exp
(-
alpha
*
j
/
n
/((
alpha
/
10
))))))-
y0
;
}
// Getters and setters
public
static
int
getDataPointsXAxis
()
{
return
dataPointsXAxis
;
}
...
...
@@ -465,8 +465,6 @@ public class LineChartFunctionality {
return
liveDataSeries
;
}
// Getters and setters
public
static
XYChart
.
Series
<
String
,
Number
>
getRegressionSeries
()
{
return
regressionSeries
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment