![JAR search and dependency download from the Maven repository](/logo.png)
com.enterprisemath.math.prediction.DataCategoyPair Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of em-math Show documentation
Show all versions of em-math Show documentation
Advanced mathematical algorithms.
The newest version!
package com.enterprisemath.math.prediction;
import com.enterprisemath.utils.DomainUtils;
import com.enterprisemath.utils.ValidationUtils;
import java.util.List;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
/**
* Definition of pair with data and category.
*
* @author radek.hecl
*/
public class DataCategoyPair {
/**
* Builder object.
*/
public static class Builder {
/**
* Log record.
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy