| | |
| | | @Override |
| | | public HashMap<String, Object> ${entity.methodName}(#foreach ($column in [1..$entity.dataLength])double data${column}[][], #{end}#{if}($entity.model==1)HashMap<String, Object> models, #{end}HashMap<String, Object> settings) { |
| | | #{if}($entity.model==1) |
| | | model = utils.createPredictHashmapplus(models); |
| | | //model = utils.createPredictHashmapplus(models); |
| | | model = models; |
| | | #{end} |
| | | if (#{foreach} ($column in [1..$entity.dataLength])#{if}($column==1)data${column} == null || data${column}.length == 0 || data${column}[0].length == 0#{else} || data${column} == null || data${column}.length == 0 || data${column}[0].length == 0#{end}#{end}) { |
| | | result = new HashMap<String, Object>(); |