mml-models-scorecard-model.8.38.0.Final.source-code.KiePMMLComplexPartialScoreTemplate.tmpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-pmml-models-scorecard-model Show documentation
Show all versions of kie-pmml-models-scorecard-model Show documentation
KiePMML Model for Scorecard implementation
package org.kie.pmml.compiler.commons;
import java.util.Collections;
import org.kie.pmml.models.scorecard.model.KiePMMLComplexPartialScore;
public class KiePMMLComplexPartialScoreTemplate {
private KiePMMLComplexPartialScore getKiePMMLComplexPartialScore() {
KiePMMLComplexPartialScore complexPartialScore = new KiePMMLComplexPartialScore(name, Collections.emptyList(), kiePMMLExpression);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy