How to compare two web objects? -
how compare 2 web objects, objects may web sites, profiles, web documents, etc.? pseudo code function:
function comparewebobjcets(url1,url2){ float distance=1.0; ... return distance; // value 0.0 - objects similar, 1.0 - max different. }
Comments
Post a Comment