From a2d4da9e32bedca2619104eb5329585a7dcebf4f Mon Sep 17 00:00:00 2001 From: Deepthi Pathare Date: Sun, 2 May 2021 15:57:04 +0200 Subject: [PATCH] Encoding corrected --- VotingAnalysis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VotingAnalysis.py b/VotingAnalysis.py index 55fa030..b85083c 100644 --- a/VotingAnalysis.py +++ b/VotingAnalysis.py @@ -147,7 +147,7 @@ inp = X.shape[1] # No of features (bill count) h = 150 # Grid height w = 150 # Grid width rad = 2 # Neighbour radius -ep = 50 # No of epochs +ep = 300 # No of epochs # Create SOFM sofmnet = algorithms.SOFM( @@ -183,7 +183,7 @@ inp = X.shape[1] # No of features (bill count) h = 30 # Grid height w = 30 # Grid width rad = 3 # Neighbour radius -ep = 10 # No of epochs +ep = 100 # No of epochs # Create SOFM sofmnet = algorithms.SOFM(