Exemplo n.º 1
0
Arquivo: GUIs.py Projeto: 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)
Exemplo n.º 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)
Exemplo n.º 3
0
 def inspect(self):
     """Launch a GUI inpector to inspect the network"""
     from nupic.analysis import inspect
     inspect(self)
Exemplo n.º 4
0
    def inspect(self):
        """Launch a GUI inpector to inspect the network"""
        from nupic.analysis import inspect

        inspect(self)