Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicola Amadio
freud-java-serialization
Commits
93cc5561
Commit
93cc5561
authored
Jan 06, 2021
by
Nicola Amadio
Browse files
test plot is right when input output relation is quadratic. it works
parent
cdb5c855
Changes
2
Show whitespace changes
Inline
Side-by-side
my-symbols/_nicola_test/idcm__nicola_test_12493.bin
View file @
93cc5561
No preview for this file type
src/main/java/Sample.java
View file @
93cc5561
...
...
@@ -15,7 +15,7 @@ public class Sample {
private
List
<
FreudFeature
>
features
;
public
Sample
(
long
time
)
{
this
.
time
=
time
;
this
.
time
=
time
*
time
;
uidR
=
(
int
)
time
;
mem
=
0
;
lockHoldingTime
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment