package org.deeplearning4j.examples.conf;
public class Constants {
public static final int START_SEQ = 201605;
public static final int END_SEQ = 201608;
public static final int TIME_INDEX = -1; // -1 (if time is not in the data, strictly positive number if in)
}