mml-models-scorecard-model.8.38.0.Final.source-code.KiePMMLCharacteristicTemplate.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.KiePMMLCharacteristic;
public class KiePMMLCharacteristicTemplate {
private KiePMMLCharacteristic getKiePMMLCharacteristic() {
KiePMMLCharacteristic characteristic = KiePMMLCharacteristic.builder(name, Collections.emptyList(), Arrays.asList(attribute1, attribute2))
.withBaselineScore(baselineScore)
.withReasonCode(reasonCode)
.build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy