This commit is contained in:
Gianpaolo Coro 2015-10-01 09:01:49 +00:00
parent 401e9db924
commit 54a05f55a5
1 changed files with 4 additions and 1 deletions

View File

@ -26,8 +26,11 @@ import org.hibernate.SessionFactory;
import weka.classifiers.trees.m5.Impurity;
public class SeaDataNetConnector extends StandardLocalExternalAlgorithm {
//Statistical result by DIVA
LinkedHashMap<String, String> statResultMap = new LinkedHashMap<String, String>();
//HashMap for
LinkedHashMap<String, StatisticalType> outputDivaMap = new LinkedHashMap<String, StatisticalType>();
SessionFactory dbconnection;
@Override