<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr="ShareYourSystem.Standards.Viewers.Pyploter" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Oldpredicter','Oldpredict','Oldpredicting','Oldpredicted') #</DefineAugmentation> #<ImportSpecificModules> import scipy.stats import numpy as np from matplotlib import pyplot #</ImportSpecificModules> #<DefineLocals> def getNullFloatsArray(_FloatsArray, _RtolFloat=1e-5): u, s, v = np.linalg.svd(_FloatsArray) RankInt = (s > _RtolFloat*s[0]).sum() return v[RankInt:].T.copy() #</DefineLocals>
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr="ShareYourSystem.Standards.Recorders.Leaker" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Lifer','Lif','Lifing','Lifed') #</DefineAugmentation> #<DefineLocals> def getFilterDictByType(**_Dict): #init FilteredDict={'ComplexDict':{},'DoubleDict':{},'IntDict':{},'StringDict':{}}; #map map( lambda __ItemTuple: FilteredDict[ getCTypeNameFromPythonType( type( __ItemTuple[1]
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types #BaseModuleStr="ShareYourSystem.Standards.Recorders.Leaker" BaseModuleStr="ShareYourSystem.Specials.Lifers.Lifer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Stationarizer','Stationarize','Stationarizing','Stationarized') #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Recorders import Leaker import scipy.stats import numpy as np #</ImportSpecificModules> #<DefineLocals> #</DefineLocals> #<DefineClass> @DecorationClass() class StationarizerClass(BaseClass):
@Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> Joiner instances helps to insert in joined databases, get the corresponding RetrieveIndexIntsLists if it was already inserted, and then insert locally depending if it is a new row compared to all JoinedRetrieveIndexIntsListsList """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Modelers.Findoer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Joiner','Join','Joining','Joined') #</DefineAugmentation> #<ImportSpecificModules> Featurer=BaseModule import collections from ShareYourSystem.Standards.Modelers import Modeler from ShareYourSystem.Standards.Controllers import Controller #</ImportSpecificModules> #<DefineLocals> JoinStr='__' JoinDeepStr='/' JoinTeamPrefixStr='Jonct' JoinColumnPrefixStr='_j_' JoinColumnSuffixStr='List'
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr="ShareYourSystem.Specials.Predicters.Predicter" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Predisenser','Predisense','Predisensing','Predisensed') #</DefineAugmentation> #<ImportSpecificModules> import scipy.stats import numpy as np #</ImportSpecificModules> #<DefineLocals> def getKrenelFloatsArray( _LevelFloatsTuple=None, _TimeFloatsTuple=None, _RunTimeFloat=100., _StepTimeFloat=0.1, ):
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr="ShareYourSystem.Specials.Predicters.Predisenser" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Prediploter','Prediplot','Prediploting','Prediploted') #</DefineAugmentation> #<ImportSpecificModules> from matplotlib import pyplot #</ImportSpecificModules> #<DefineLocals> #</DefineLocals> #<DefineClass> @DecorationClass() class PrediploterClass(BaseClass): def default_init(self,
@Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Viewer """ # <DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr = "ShareYourSystem.Standards.Interfacers.Numscipyer" DecorationModuleStr = "ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo("Viewer", "View", "Viewing", "Viewed") # </DefineAugmentation> # <DefineLocals> ViewAlphabetStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" # </DefineLocals> # <ImportSpecificModules> from ShareYourSystem.Standards.Controllers import Controller import copy # </ImportSpecificModules> # <DefineClass> @DecorationClass() class ViewerClass(BaseClass):
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Leaker """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Recorders.Brianer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Leaker','Leak','Leaking','Leaked') #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Recorders import Recorder #</ImportSpecificModules> #<DefineLocals> #</DefineLocals> #<DefineClass> @DecorationClass(**{ 'ClassingSwitchMethodStrsList':['leak'], }) class LeakerClass(BaseClass):
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Neurongrouper """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Specials.Simulaters.Moniter" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Neurongrouper','Neurongroup','Neurongrouping','Neurongrouped') #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Itemizers import Networker from ShareYourSystem.Specials.Simulaters import Synapser,Tracer #</ImportSpecificModules> #<DefineLocals> class SpikesClass(Networker.NetworkerClass):pass class StatesClass(Networker.NetworkerClass):pass NeurongroupPostTeamKeyStr="Postlets" NeurongroupPreTeamKeyStr="Prelets" #</DefineLocals> #<DefineClass>
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Itemizers.Coordinater" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Explorer','Explore','Exploring','Explored') #</DefineAugmentation> #<ImportSpecificModules> #</ImportSpecificModules> #<DefineLocals> #</DefineLocals> #<DefineClass> @DecorationClass(**{}) class ExplorerClass(BaseClass): def default_init( self, _ExploringMethodStr = "",
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr="ShareYourSystem.Specials.Predicters.Predisenser" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Predirater','Predirate','Predirating','Predirated') #</DefineAugmentation> #<ImportSpecificModules> import scipy.stats import numpy as np #</ImportSpecificModules> #<DefineLocals> def getThresholdArray(_Variable,_ThresholdFloat=1.): #Check if type(_Variable) in [np.float64,float,int]: #return return max(
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Numscipyer """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Interfacers.Processer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Numscipyer','Numscipy','Numscipying','Numscipied') #</DefineAugmentation> #<ImportSpecificModules> import numpy as np #</ImportSpecificModules> #<DefineLocals> def getArgumentVariable(_ComplexVariable): #Debug ''' print('l 31 Numscipier') print('_ComplexVariable is ') print(_ComplexVariable) print('')
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Tracer """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Recorders.Matrixer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Tracer','Trace','Tracing','Traced') #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Itemizers import Pointer,Networker from ShareYourSystem.Standards.Recorders import Recorder #</ImportSpecificModules> #<DefineLocals> TracerPrefixStr='*' #</DefineLocals> #<DefineClass> @DecorationClass() class TracerClass(BaseClass):
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr="ShareYourSystem.Standards.Controllers.Systemer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Matrixer','Matrix','Matrixing','Matrixed') #</DefineAugmentation> #<ImportSpecificModules> import scipy.stats import numpy as np #</ImportSpecificModules> #<DefineLocals> def getNullFloatsArray(_FloatsArray, _RtolFloat=1e-5): u, s, v = np.linalg.svd(_FloatsArray) RankInt = (s > _RtolFloat*s[0]).sum() return v[RankInt:].T.copy() #</DefineLocals> #<DefineClass>
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Connecter """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Itemizers.Parenter" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Connecter','Connect','Connecting','Connected') #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Interfacers import Printer from ShareYourSystem.Standards.Itemizers import Pather,Teamer,Manager,Parenter #</ImportSpecificModules> #<DefineLocals> ConnectKeyPrefixStr="*" ConnectGetSetPrefixStr="->" ConnectInTeamKeyStr="Inlets" ConnectOutTeamKeyStr="Outlets" ConnectConnectKeyStr='?>' ConnectManagementPrefixStr='_p_' def getLiargVariablesList(_ValueVariable):
@Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Parenter completes the list of grand-parent nodes that a child node could have. It acts only at one level. """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Itemizers.Manager" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Parenter','Parent','Parenting','Parented') #</DefineAugmentation> #<ImportSpecificModules> import copy from ShareYourSystem.Standards.Itemizers import Setter,Pather,Teamer from ShareYourSystem.Standards.Interfacers import Printer Manager=BaseModule #</ImportSpecificModules> #<DefineLocals> ParentPreviousStr="^" ParentGrandPreviousStr="^^" ParentTopStr="Top" ParentUpStr="?^" ParentDownStr="?v"
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr="ShareYourSystem.Specials.Lifers.Stationarizer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Hopfer','Hopf','Hopfing','Hopfed') #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Recorders import Leaker import scipy.stats import numpy as np #</ImportSpecificModules> #<DefineLocals> #</DefineLocals> #<DefineClass> @DecorationClass() class HopferClass(BaseClass):
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Structurer """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Itemizers.Connecter" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Structurer','Structure','Structuring','Structured') #</DefineAugmentation> #<ImportSpecificModules> Connecter=BaseModule #</ImportSpecificModules> #<DefineLocals> StructureOutPrefixStr='_Struc_' StructureInTeamKeyStr='Structures' #</DefineLocals> #<DefineClass> @DecorationClass() class StructurerClass(BaseClass):
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr="ShareYourSystem.Standards.Controllers.Systemer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Predicter','Predict','Predicting','Predicted') #</DefineAugmentation> #<ImportSpecificModules> import scipy.stats import numpy as np from matplotlib import pyplot #</ImportSpecificModules> #<DefineLocals> def getNullFloatsArray(_FloatsArray, _RtolFloat=1e-5): u, s, v = np.linalg.svd(_FloatsArray) RankInt = (s > _RtolFloat*s[0]).sum() return v[RankInt:].T.copy() #</DefineLocals>
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Recorder """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Viewers.Pyploter" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Recorder','Record','Recording','Recorded') #</DefineAugmentation> #<ImportSpecificModules> #</ImportSpecificModules> #<DefineLocals> RecordPrefixStr="" #</DefineLocals> #<DefineClass> @DecorationClass(**{ 'ClassingStructureVariable':[ ('Trace','Traces'), ('Sample','Samples') ]
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Itemizers.Structurer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Coordinater','Coordinate','Coordinating','Coordinated') #</DefineAugmentation> #<ImportSpecificModules> #</ImportSpecificModules> #<DefineLocals> #</DefineLocals> #<DefineClass> @DecorationClass() class CoordinaterClass(BaseClass): def default_init( self, _CoordinatingMethodVariable = None,
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Pyploter """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Viewers.Viewer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo("Pyploter","Pyplot","Pyploting","Pyploted") #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Itemizers import Setter,Manager from ShareYourSystem.Standards.Controllers import Controller import copy #</ImportSpecificModules> #<DefineLocals> PyplotPlotKeyStr='#plot' PyplotBarKeyStr='#bar' PyplotScatterKeyStr='#scatter' PyplotAxesKeyStr='#axes' PyplotMpld3KeyStr='#mpld3.plugins.' #</DefineLocals>
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ # <DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr = "ShareYourSystem.Specials.Oldpredicters.Predisenser" DecorationModuleStr = "ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo("Predirater", "Predirate", "Predirating", "Predirated") # </DefineAugmentation> # <ImportSpecificModules> import scipy.stats import numpy as np # </ImportSpecificModules> # <DefineLocals> def getThresholdArray(_Variable, _ThresholdFloat=1.0): # Check if type(_Variable) in [np.float64, float, int]: # return
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Displayer """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Controllers.Controller" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Drawer','Draw','Drawing','Drawn') #</DefineAugmentation> #<ImportSpecificModules> import operator from ShareYourSystem.Standards.Viewers import Pyploter #</ImportSpecificModules> #<DefineClass> @DecorationClass() class DrawerClass(BaseClass): def default_init(self, _DrawingSetVariable=None, **_KwargVariablesDict ):
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Figurer """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Viewers.Viewer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo("Figurer","Figure","Figuring","Figured") #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Itemizers import Setter,Manager import copy #</ImportSpecificModules> #<DefineLocals> FigurePlotKeyStr='#plot' FigureBarKeyStr='#bar' FigureScatterKeyStr='#scatter' FigureAxesKeyStr='#axes' FigureMpld3KeyStr='#mpld3.plugins.' class FigurerParentersClass(SYS.ParenterClass):pass #</DefineLocals>
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Networker """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Itemizers.Pointer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Networker','Network','Networking','Networked') #</DefineAugmentation> #<ImportSpecificModules> Pointer=BaseModule #</ImportSpecificModules> #<DefineLocals> NetworkOutPrefixStr='_Net_' NetworkInTeamKeyStr='Networks' #</DefineLocals> #<DefineClass> @DecorationClass() class NetworkerClass(BaseClass):
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> """ #<DefineAugmentation> import ShareYourSystem as SYS import types BaseModuleStr="ShareYourSystem.Specials.Lifers.Stabilizer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Transferer','Transfer','Transfering','Transfered') #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Recorders import Leaker import scipy.stats import numpy as np #</ImportSpecificModules> #<DefineLocals> #</DefineLocals> #<DefineClass> @DecorationClass() class TransfererClass(BaseClass):
@Author : Erwan Ledoux \n\n </DefineSource> The Printer is an object that can directly print Strs in the Printer context. """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Interfacers.Interfacer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Doer" SYS.setSubModule(globals()) SYS.addDo('Printer','_Print','Printing','Printed') #</DefineAugmentation> #<ImportSpecificModules> import copy #</ImportSpecificModules> #<DefineLocals> PrintDictIndentStr=" " PrintListIndentStr=" " PrintIndentStr=" /" PrintEofStr="\n" PrintIdBool=True PrintCircularStr="{...}" PrintAlineaStr="" PrintAlreadyIdIntsList=[]
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Displayer """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Controllers.Drawer" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Shower','Show','Showing','Shown') #</DefineAugmentation> #<ImportSpecificModules> import operator #</ImportSpecificModules> #<DefineClass> @DecorationClass() class ShowerClass(BaseClass): def default_init(self, _ShowingQtBool=True, _ShowingMpld3Bool=False, **_KwargVariablesDict ):
<DefineSource> @Date : Fri Nov 14 13:20:38 2014 \n @Author : Erwan Ledoux \n\n </DefineSource> A Controller """ #<DefineAugmentation> import ShareYourSystem as SYS BaseModuleStr="ShareYourSystem.Standards.Interfacers.Hdformater" DecorationModuleStr="ShareYourSystem.Standards.Classors.Classer" SYS.setSubModule(globals()) SYS.addDo('Controller','Control','Controlling','Controlled') #</DefineAugmentation> #<ImportSpecificModules> from ShareYourSystem.Standards.Itemizers import Structurer #</ImportSpecificModules> #<DefineLocals> class ModelsClass(Structurer.StructurerClass):pass class ViewsClass(Structurer.StructurerClass):pass #</DefineLocals> #<DefineClass> @DecorationClass() class ControllerClass(BaseClass):