org.leialearns.api.model.histogram.HistogramFactory Maven / Gradle / Ivy
The newest version!
package org.leialearns.api.model.histogram;
import org.leialearns.api.structure.Node;
public interface HistogramFactory {
Histogram createHistogram();
DeltaDiff createDeltaDiff(Node node, String label);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy