Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신은섭(Shin Eun Seop)
/
Detecting_fraud_clicks
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
신은섭(Shin Eun Seop)
2018-06-05 00:45:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb1e978137caaa3a93d819caee304606f3a7ca30
bb1e9781
1 parent
fb2c76dd
add comment
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/Aggregation.java
src/main/java/Aggregation.java
View file @
bb1e978
...
...
@@ -28,9 +28,10 @@ public class Aggregation {
dataset
=
agg
.
clickTimeDelta
(
dataset
);
dataset
=
agg
.
countClickInTenMinutes
(
dataset
);
//test
//
test
dataset
.
where
(
"ip == '5348' and app == '19'"
).
show
(
10
);
// Save to scv
Utill
.
saveCSVDataSet
(
dataset
,
"./agg_data"
);
}
...
...
Please
register
or
login
to post a comment