Uses of Class
org.aksw.limes.core.ml.algorithm.eagle.util.TerminationCriteria
-
Packages that use TerminationCriteria Package Description org.aksw.limes.core.ml.algorithm.eagle.util -
-
Uses of TerminationCriteria in org.aksw.limes.core.ml.algorithm.eagle.util
Methods in org.aksw.limes.core.ml.algorithm.eagle.util that return TerminationCriteria Modifier and Type Method Description static TerminationCriteriaTerminationCriteria. valueOf(String name)Returns the enum constant of this type with the specified name.static TerminationCriteria[]TerminationCriteria. values()Returns an array containing the constants of this enum type, in the order they are declared.
-