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

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

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

import javax.xml.bind.annotation.XmlTransient;

@XmlTransient
abstract
public class ParameterCell extends PMMLObject implements HasExtensions {

	abstract
	public String getParameterName();

	abstract
	public ParameterCell setParameterName(String parameterName);

	abstract
	public String getTargetCategory();

	abstract
	public ParameterCell setTargetCategory(String targetCategory);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy