org.datavec.dataframe.splitting.dates.LocalDateSplitter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datavec-dataframe Show documentation
Show all versions of datavec-dataframe Show documentation
High-performance Java Dataframe with integrated columnar storage (fork of tablesaw)
package org.datavec.dataframe.splitting.dates;
/**
*
*/
public interface LocalDateSplitter {
int split(int packedLocalDate);
}