Package CHEM :: Package ML :: Package nnRnn :: Package nearestNeighbors :: Module removeSim
[hide private]
[frames] | no frames]

Module removeSim



Variables [hide private]
  usage = """python %s <.nn-output with sim> <.nn-output without...
  inputF = sys.argv [1]
  outputF = sys.argv [2]
  f = open(inputF)
  g = open(outputF, 'w')
Variables Details [hide private]

usage

Value:
"""python %s <.nn-output with sim> <.nn-output without sim>""" % sys.a\
rgv [0]