Skip to content

Commit

Permalink
Add para.
Browse files Browse the repository at this point in the history
  • Loading branch information
linyankai committed May 28, 2015
1 parent 8fd0a2c commit 9f31128
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CTransR/Test_CTransR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ map<pair<string,string>,map<string,double> > rel_left,rel_right;
int relation_num,entity_num,fb_relation_num;
map<int,int> cluster2fb;
map<int,vector<int> > fb2cluster;
int n = 50;
int m = 50;
int n = 100;
int m = 100;

double sigmod(double x)
{
Expand Down
2 changes: 1 addition & 1 deletion CTransR/Train_CTransR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ int main(int argc,char**argv)
{
srand((unsigned) time(NULL));
int method = 1;
int n = 50;
int n = 100;
double rate = 0.001;
double margin = 1;
int i;
Expand Down
4 changes: 2 additions & 2 deletions TransR/Test_TransR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ map<int,int > e2num;
map<pair<string,string>,map<string,double> > rel_left,rel_right;

int relation_num,entity_num;
int m= 50;
int n= 50;
int m= 100;
int n= 100;

double sigmod(double x)
{
Expand Down

0 comments on commit 9f31128

Please sign in to comment.