nupic.network.overlap
index
python2.5/site-packages/nupic/network/overlap.py

# ----------------------------------------------------------------------
#  Copyright (C) 2006,2007 Numenta Inc. All rights reserved.
#
#  The information and source code contained herein is the
#  exclusive property of Numenta Inc. No part of this software
#  may be used, reproduced, stored or distributed in any form,
#  without explicit written authorization from Numenta Inc.
# ----------------------------------------------------------------------

 
Modules
       
math
sys

 
Functions
       
calcDestinationSize(sourceSize, fanIn, overlap)
calcFanIn(sourceSize, overlap, destinationSize)
calcOverlap(sourceSize, fanIn, destinationSize)
getCounts(source, destination, fanIn, overlap, levels)
isValid(source, destination, fanIn, overlap)
Returns an integer: 1 if a valid configuration, 0 otherwise.
isint(x)
show(source, minDestination, maxDestination, minLevels, maxLevels)
showSelected(source, destination)
toBoundedRange(x, bounds)
usage(msg=None, exit=1)