All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mml-compiler-commons.7.63.0.Final.source-code.KiePMMLRowTemplate.tmpl Maven / Gradle / Ivy

package org.kie.pmml.compiler.commons;

import java.util.Collections;


public class KiePMMLRowTemplate {


    private KiePMMLRow getKiePMMLRow() {
        Map columnValues = Stream.of(new Object[][] {
             { "data1", 1 },
             { "data2", 2 },
         }).collect(Collectors.toMap(data -> (String) data[0], data -> data[1]));
        KiePMMLRow row = new KiePMMLRow(columnValues);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy