當前位置: 首頁>>代碼示例>>Python>>正文


Python SomTestTemplates.templateTestSimulate方法代碼示例

本文整理匯總了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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:it_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:it_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:it_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:it_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:it_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:it_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:it_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:ut_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:ut_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:ut_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:ut_som.py

示例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)
開發者ID:annoviko,項目名稱:pyclustering,代碼行數:4,代碼來源:ut_som.py


注:本文中的pyclustering.nnet.tests.som_templates.SomTestTemplates.templateTestSimulate方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。