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

org.dmg.pmml.PMMLConstants Maven / Gradle / Ivy

There is a newer version: 1.6.5
Show newest version
/*
 * Copyright (c) 2022 Villu Ruusmann
 */
package org.dmg.pmml;

public interface PMMLConstants {

	String NOT_A_NUMBER = "NaN";
	String POSITIVE_INFINITY = "INF";
	String NEGATIVE_INFINITY = "-INF";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy