Skip to content
t edited this page Sep 13, 2010 · 6 revisions

Compute HITS and Select all results

Command

gas hits —db=/var/sampledb

Result

result: hits: 1: {authority: 0.322292, hub: 0.0465984} 2: {authority: 0.322292, hub: 0.177708} 3: {authority: 0.0931968, hub: 0.453402} 4: {authority: 0.262219, hub: 0.322292}

Compute HITS and Select a result

Command

gas hits select 1 —db=/var/sampledb

Result

result: hits: 1: {authority: 0.322292, hub: 0.0465984}