<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd" > 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description>
  <dc:title>R parallel implementation of Local Outlier Factor(LOF)</dc:title>
  <dc:description>R parallel implementation of Local Outlier Factor(LOF)
which uses multiple cpus to significantly speed up the LOF
computation for large datasets. (Note: The overall performance
depends on the computers especially the number of the cores).
It also supports multiple k values to be calculated in
parallel, as well as various distance measures in addition to
the default Euclidean distance.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 2.12.0), doMC, foreach</dc:relation>
  <dc:creator>Yingsong Hu &lt;yingsonghu@hotmail.com&gt;</dc:creator>
  <dc:contributor>Yingsong Hu, Wayne Murray and Yin Shan with Strategic Data
Mining Team, Department of Human Services, Australian.</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2011-10-08</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=Rlof</dc:identifier>
 </rdf:Description>
</rdf:RDF>

