org.dmg.pmml.time_series.TimeSeriesAlgorithm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pmml-model-gwt Show documentation
Show all versions of pmml-model-gwt Show documentation
JPMML GWT compatible class model
/*
* Copyright (c) 2015 Villu Ruusmann
*/
package org.dmg.pmml.time_series;
import jakarta.xml.bind.annotation.XmlTransient;
import org.dmg.pmml.PMMLObject;
@XmlTransient
abstract
public class TimeSeriesAlgorithm extends PMMLObject {
}