Uses of Class
org.aksw.limes.core.ml.algorithm.euclid.LinearSelfConfigurator
-
Packages that use LinearSelfConfigurator Package Description org.aksw.limes.core.ml.algorithm.euclid -
-
Uses of LinearSelfConfigurator in org.aksw.limes.core.ml.algorithm.euclid
Subclasses of LinearSelfConfigurator in org.aksw.limes.core.ml.algorithm.euclid Modifier and Type Class Description classBooleanSelfConfiguratorBoolean implementation of a self-configurator (Euclid) to (unsupervised) learn LS based upon a boolean combination of arbitrary simple classifiers, each representing an atomic LS.classMeshBasedSelfConfiguratorFields in org.aksw.limes.core.ml.algorithm.euclid declared as LinearSelfConfigurator Modifier and Type Field Description protected LinearSelfConfiguratorLinearEuclid. lscThe EUCLID implementationMethods in org.aksw.limes.core.ml.algorithm.euclid with parameters of type LinearSelfConfigurator Modifier and Type Method Description protected voidLinearEuclid. configureEuclid(LinearSelfConfigurator lsc)To configure EUCLID implementation.
-