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

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

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

public interface NamespaceURIs {

	String PMML_LATEST = Version.PMML_4_4.getNamespaceURI();
	String PMML_EXTENDED = Version.XPMML.getNamespaceURI();

	String JPMML_INLINETABLE = "http://jpmml.org/jpmml-model/InlineTable";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy