Changeset: a2d4fa5fb2ff for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a2d4fa5fb2ff
Modified Files:
monetdb5/extras/crackers/crackers_holistic.c
Branch: holindex
Log Message:
Comments that distinguish the functions that I used during the 1st series of
experiments.
diffs (28 lines):
diff --git a/monetdb5/extras/crackers/crackers_holistic.c
b/monetdb5/extras/crackers/crackers_holistic.c
--- a/monetdb5/extras/crackers/crackers_holistic.c
+++ b/monetdb5/extras/crackers/crackers_holistic.c
@@ -57,6 +57,7 @@ push(int bat_id,FrequencyNode* head)
head->next=new_node;
}
+/*this function pushes nodes in the list in the first experiment (1st cost
model)*/
void
push_2(int bat_id,FrequencyNode* head,int N,int L1)
{
@@ -150,6 +151,7 @@ changeWeight(FrequencyNode* node,int N,i
}
+/*this function updates the weights in the list in the first experiment (1st
cost model)*/
double
changeWeight_1(FrequencyNode* node,int N,int L1)
{
@@ -193,6 +195,8 @@ CRKinitFrequencyStruct(int *vid,int *bid
return MAL_SUCCEED;
}
+
+/*this function initializes the list in the first experiment (1st cost model)*/
str
CRKinitFrequencyStruct_2(int *vid,int *bid,int* N,int* L1)
{
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list