コード例 #1
0
ファイル: GUIs.py プロジェクト: 0x0all/nupic
  def launchInspector(self, event=None):
    """Launch a standalone inspector."""

    # Create the new inspector, without the RuntimeInspector (because there
    # should only be one of those at any given time, and this GUI already
    # has one)
    inspect(self.network, showRun=False)
コード例 #2
0
  def launchInspector(self, event=None):
    """Launch a standalone inspector."""

    # Create the new inspector, without the RuntimeInspector (because there
    # should only be one of those at any given time, and this GUI already
    # has one)
    inspect(self.network, showRun=False)
コード例 #3
0
ファイル: __init__.py プロジェクト: surajsangavkar/nupic
 def inspect(self):
     """Launch a GUI inpector to inspect the network"""
     from nupic.analysis import inspect
     inspect(self)
コード例 #4
0
ファイル: __init__.py プロジェクト: raghavjoshi/nupic
    def inspect(self):
        """Launch a GUI inpector to inspect the network"""
        from nupic.analysis import inspect

        inspect(self)