Interface TimeSeriesPredictor

    • Method Detail

      • score

        List<TimeSeriesScore<Double>> score​(ArrayList<Row> rows,
                                            TimeSeriesOptions parameters)
        Deprecated.
        Generalized method for calculating predictions could be used for any type of predictions.
        Parameters:
        rows - - time series to use for calculate predictions.
        parameters - - ts scoring options
        Returns:
        predictions according to the options provided.