Uses of Class
org.dmg.pmml.time_series.TimeSeriesModel.Algorithm
-
Packages that use TimeSeriesModel.Algorithm Package Description org.dmg.pmml.time_series -
-
Uses of TimeSeriesModel.Algorithm in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TimeSeriesModel.Algorithm Modifier and Type Method Description static TimeSeriesModel.AlgorithmTimeSeriesModel.Algorithm. fromValue(java.lang.String v)TimeSeriesModel.AlgorithmTimeSeriesModel. getBestFit()TimeSeriesModel.AlgorithmTimeSeriesModel. requireBestFit()static TimeSeriesModel.AlgorithmTimeSeriesModel.Algorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeSeriesModel.Algorithm[]TimeSeriesModel.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.time_series with parameters of type TimeSeriesModel.Algorithm Modifier and Type Method Description TimeSeriesModelTimeSeriesModel. setBestFit(TimeSeriesModel.Algorithm bestFit)Constructors in org.dmg.pmml.time_series with parameters of type TimeSeriesModel.Algorithm Constructor Description TimeSeriesModel(MiningFunction miningFunction, TimeSeriesModel.Algorithm bestFit, MiningSchema miningSchema)
-