diff --git a/data/README b/data/README index 66604b254d4aac72d45a5c2dea5dcf8857cb0093..83c7eb9611c9f915f5be34a6c7f415e146922263 100644 --- a/data/README +++ b/data/README @@ -1,16 +1,17 @@ Contents of each file -graphdata_exponent.m +graphdata_exponent_mixN.m output: {{n,tau},avgTriangles} n from 200 to 2000 with step 200 - degreeSamples = 500 + 1000 + degreeSamples = 500 + 1000 for mix1 and 1000 for mix4,mix8 initial ErdosGallai - mixingTime = (32.0f - 26.0f*(tau - 2.0f)) * n + mixingTime = N* (32.0f - 26.0f*(tau - 2.0f)) * n measurements = 50 measureSkip = 200 graphdata_gcm_partial.m ?? + output: {{n,tau},triangleseq,ds, {...??...} } graphdata_partial.m output: {{n,tau},triangleseq,ds,greedyTriangles1,greedyTriangles2,greedySeq1,greedySeq2}