Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
liuqingli-CCLearner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
NiSE-Virginia-Tech
liuqingli-CCLearner
Commits
cd0861ab
Commit
cd0861ab
authored
7 years ago
by
liuqing
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
321be431
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
cd0861ab
...
...
@@ -12,7 +12,7 @@
## Prerequisite
-
Ubuntu14.04, JAVA 8
## Bench
mark
Preparation
## B
igCloneB
ench Preparation
#### Extract SQL script
```
$ tar -xvzf era_bigclonebench.sql.tar.gz
...
...
@@ -50,7 +50,7 @@ ALTER ROLE cclearner Superuser;
$ apt-get install pgadmin3
```
## Customiz
e CCLearner Configuration File
## Customiz
ation
To run all the experiments in our paper, the following parameters could be changed. For 1-7, change the path with your own username and directory.
1.
source.file.path
2.
output.dir
...
...
@@ -66,7 +66,7 @@ To run all the experiments in our paper, the following parameters could be chang
12.
training.hidden.num (also need to modify the source file in CCLearner_Train)
13.
testing.folder (users can reduce the number of testing folders to save time)
##
Run CCLearner
-- Easy Mode (Recommended)
##
Execution
-- Easy Mode (Recommended)
By using the default or modified configuration file, go to Run folder and execute the following commands
```
java -jar CCLearner_Feature.jar
...
...
@@ -74,10 +74,10 @@ java -jar CCLearner_Train.jar
java -jar CCLearner_Test.jar (may take some time)
```
##
Run CCLearner
-- Developer Mode
##
Execution
-- Developer Mode
To change datasets, more parameters or the source code, open CCLearner_Feature, CCLearner_Train, CCLearner_Test, rebuild and rerun the given project
##
Results
Evaluation
## Evaluation
#### Data import
Table "tools_clones" in PostgreSQL is used for data import. It is better to use pgAdmin to truncate table
and import csv file into database.
...
...
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