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

Module extendNnOutputs



Variables [hide private]
  usage = """python %s <nn-output fold...
  nnOutputFolder = sys.argv [1]
  SGE = "qsub %s/utils/runscript1.sge" % NnRnnLocal
  addTopSim = "python -m CHEM.ML.nnRnn.nearestNeighbors.addTopSim"
  removeSim = "python -m CHEM.ML.nnRnn.nearestNeighbors.removeSim"
  toDo = []
Variables Details [hide private]

usage

Value:
"""python %s <nn-output folder>
    Creates new nn-output files from the ones in the given folder
    By either
    * adding top similarity to each representation
    * keeping only the rank for each representation
    Runs on the cluster""" % sys.argv [0]