All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.targomo.client.api.quality.criterion.CriterionOverview Maven / Gradle / Ivy

The newest version!
package com.targomo.client.api.quality.criterion;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public class CriterionOverview {
    private final double[] kMeansValueBreaks;
    private final Double minValue;
    private final Double maxValue;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy