001package org.dllearner.accuracymethods;
002
003/**
004 * Accuracy Method should implement this interface if it cannot filter weak solutions and thus does not return -1.
005 */
006public interface AccMethodNoWeakness {
007}