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

org.jpmml.evaluator.HasClusterAffinity Maven / Gradle / Ivy

/*
 * Copyright (c) 2013 University of Tartu
 */
package org.jpmml.evaluator;

import org.dmg.pmml.*;

/**
 * @see ResultFeatureType#CLUSTER_AFFINITY
 */
public interface HasClusterAffinity extends ResultFeature {

	Double getClusterAffinity();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy