<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Does the CDK Fingerprints Work? Substructure search</title>
	<atom:link href="http://chemhack.com/2009/03/does-the-cdk-fingerprints-work-substructure-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://chemhack.com/2009/03/does-the-cdk-fingerprints-work-substructure-search/</link>
	<description>Hacking the chemistry world.</description>
	<lastBuildDate>Fri, 04 May 2012 07:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DiabloXXP</title>
		<link>http://chemhack.com/2009/03/does-the-cdk-fingerprints-work-substructure-search/comment-page-1/#comment-1258</link>
		<dc:creator>DiabloXXP</dc:creator>
		<pubDate>Mon, 08 Aug 2011 21:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://chemhack.com/?p=255#comment-1258</guid>
		<description>Wow, not sure if this is real... have you guys seen these pics yet? These are the nude pics from her hacked photbucket:   
http://my-hookup.com/casey-anthony-nude/</description>
		<content:encoded><![CDATA[<p>Wow, not sure if this is real&#8230; have you guys seen these pics yet? These are the nude pics from her hacked photbucket:<br />
<a href="http://my-hookup.com/casey-anthony-nude/" rel="nofollow">http://my-hookup.com/casey-anthony-nude/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Letitia</title>
		<link>http://chemhack.com/2009/03/does-the-cdk-fingerprints-work-substructure-search/comment-page-1/#comment-1123</link>
		<dc:creator>Letitia</dc:creator>
		<pubDate>Sat, 30 Apr 2011 22:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://chemhack.com/?p=255#comment-1123</guid>
		<description>That&#039;s way more celevr than I was expecting. Thanks!</description>
		<content:encoded><![CDATA[<p>That&#8217;s way more celevr than I was expecting. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Does the CDK Fingeprint works? Something went wrong. &#187; ChemHack</title>
		<link>http://chemhack.com/2009/03/does-the-cdk-fingerprints-work-substructure-search/comment-page-1/#comment-83</link>
		<dc:creator>Does the CDK Fingeprint works? Something went wrong. &#187; ChemHack</dc:creator>
		<pubDate>Mon, 16 Mar 2009 16:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://chemhack.com/?p=255#comment-83</guid>
		<description>[...] my last post, I doubted the accuracy of fingerprint based substructure search and pointed out sometimes [...]</description>
		<content:encoded><![CDATA[<p>[...] my last post, I doubted the accuracy of fingerprint based substructure search and pointed out sometimes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Testing CDK Fingerprints with Clojure at So much to do, so little time</title>
		<link>http://chemhack.com/2009/03/does-the-cdk-fingerprints-work-substructure-search/comment-page-1/#comment-59</link>
		<dc:creator>Testing CDK Fingerprints with Clojure at So much to do, so little time</dc:creator>
		<pubDate>Fri, 06 Mar 2009 02:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://chemhack.com/?p=255#comment-59</guid>
		<description>[...] off with Clojure and the CDK - mostly small stuff to get the feel for Lisp. Today I came across a blog post indicating that the CDK fingerprints weren&#8217;t doing very well at identifying substructures. [...]</description>
		<content:encoded><![CDATA[<p>[...] off with Clojure and the CDK &#8211; mostly small stuff to get the feel for Lisp. Today I came across a blog post indicating that the CDK fingerprints weren&#8217;t doing very well at identifying substructures. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajarshi Guha</title>
		<link>http://chemhack.com/2009/03/does-the-cdk-fingerprints-work-substructure-search/comment-page-1/#comment-58</link>
		<dc:creator>Rajarshi Guha</dc:creator>
		<pubDate>Thu, 05 Mar 2009 21:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://chemhack.com/?p=255#comment-58</guid>
		<description>Can you provide the target collection and queries as SMILES files? I&#039;m pretty surprised that the hashed FP&#039;s are doing so poorly</description>
		<content:encoded><![CDATA[<p>Can you provide the target collection and queries as SMILES files? I&#8217;m pretty surprised that the hashed FP&#8217;s are doing so poorly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Egon Willighagen</title>
		<link>http://chemhack.com/2009/03/does-the-cdk-fingerprints-work-substructure-search/comment-page-1/#comment-57</link>
		<dc:creator>Egon Willighagen</dc:creator>
		<pubDate>Thu, 05 Mar 2009 21:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://chemhack.com/?p=255#comment-57</guid>
		<description>Fingerprints are always only the first step, followed by proper subgraph isomorphism testing. But past benchmarks showed, depending on the data set, a reduction of ~90% of structures that need testing with the latter, slower step.

The fingerprint filter step must never loose hits. As this happens, I am really curious about the details of the test.

Which CDK version did you use? What source code did you use?</description>
		<content:encoded><![CDATA[<p>Fingerprints are always only the first step, followed by proper subgraph isomorphism testing. But past benchmarks showed, depending on the data set, a reduction of ~90% of structures that need testing with the latter, slower step.</p>
<p>The fingerprint filter step must never loose hits. As this happens, I am really curious about the details of the test.</p>
<p>Which CDK version did you use? What source code did you use?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

