本文整理匯總了Python中pyclustering.nnet.tests.som_templates.SomTestTemplates.templateTestSimulate方法的典型用法代碼示例。如果您正苦於以下問題:Python SomTestTemplates.templateTestSimulate方法的具體用法?Python SomTestTemplates.templateTestSimulate怎麽用?Python SomTestTemplates.templateTestSimulate使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類pyclustering.nnet.tests.som_templates.SomTestTemplates
的用法示例。
在下文中一共展示了SomTestTemplates.templateTestSimulate方法的12個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Python代碼示例。
示例1: testSimulateCheckWinnerHoneycombByCoreStoreLoad
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerHoneycombByCoreStoreLoad(self):
SomTestTemplates.templateTestSimulate(type_conn.honeycomb, True, store_load=True)
示例2: testSimulateCheckWinnerGridEightByCoreStoreLoad
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerGridEightByCoreStoreLoad(self):
SomTestTemplates.templateTestSimulate(type_conn.grid_eight, True, store_load=True)
示例3: testSimulateCheckWinnerHoneycombByCore
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerHoneycombByCore(self):
SomTestTemplates.templateTestSimulate(type_conn.honeycomb, True)
示例4: testSimulateCheckWinnerGridFourByCore
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerGridFourByCore(self):
SomTestTemplates.templateTestSimulate(type_conn.grid_four, True)
示例5: testSimulateCheckWinnerGridEightByCore
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerGridEightByCore(self):
SomTestTemplates.templateTestSimulate(type_conn.grid_eight, True)
示例6: testSimulateCheckWinnerFuncNeighborByCore
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerFuncNeighborByCore(self):
SomTestTemplates.templateTestSimulate(type_conn.func_neighbor, True)
示例7: testSimulateCheckWinnerFuncNeighborByCoreStoreLoad
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerFuncNeighborByCoreStoreLoad(self):
SomTestTemplates.templateTestSimulate(type_conn.func_neighbor, True, store_load=True)
示例8: testSimulateCheckWinnerHoneycomb
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerHoneycomb(self):
SomTestTemplates.templateTestSimulate(type_conn.honeycomb, False)
示例9: testSimulateCheckWinnerGridEight
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerGridEight(self):
SomTestTemplates.templateTestSimulate(type_conn.grid_eight, False)
示例10: testSimulateCheckWinnerGridFourStoreLoad
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerGridFourStoreLoad(self):
SomTestTemplates.templateTestSimulate(type_conn.grid_four, False, store_load=True)
示例11: testSimulateCheckWinnerGridFour
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerGridFour(self):
SomTestTemplates.templateTestSimulate(type_conn.grid_four, False)
示例12: testSimulateCheckWinnerFuncNeighbor
# 需要導入模塊: from pyclustering.nnet.tests.som_templates import SomTestTemplates [as 別名]
# 或者: from pyclustering.nnet.tests.som_templates.SomTestTemplates import templateTestSimulate [as 別名]
def testSimulateCheckWinnerFuncNeighbor(self):
SomTestTemplates.templateTestSimulate(type_conn.func_neighbor, False)