com.targomo.client.api.quality.criterion.CriterionOverview Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client library for easy usage of Targomo web services.
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