
org.dmg.pmml.HasPredicate Maven / Gradle / Ivy
/*
* Copyright (c) 2015 Villu Ruusmann
*/
package org.dmg.pmml;
public interface HasPredicate {
Predicate getPredicate();
HasPredicate setPredicate(Predicate predicate);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy