Uses of Class
org.aksw.limes.core.exceptions.UnsupportedMLImplementationException
-
-
Uses of UnsupportedMLImplementationException in org.aksw.limes.core.controller
Methods in org.aksw.limes.core.controller that throw UnsupportedMLImplementationException Modifier and Type Method Description static AMappingMLPipeline. execute(ACache source, ACache target, Configuration configuration, String mlAlgorithmName, MLImplementationType mlImplementationType, List<LearningParameter> learningParameters, String trainingDataFile, EvaluatorType pfmType, int maxIt, ActiveLearningOracle oracle) -
Uses of UnsupportedMLImplementationException in org.aksw.limes.core.ml.algorithm
Methods in org.aksw.limes.core.ml.algorithm that throw UnsupportedMLImplementationException Modifier and Type Method Description protected MLResultsACIDS. activeLearn()protected abstract MLResultsACoreMLAlgorithm. activeLearn()Learning method for supervised active core ML algorithm implementations Normally, it is used as a first step to initialize the ML model before going through the active learning processprotected abstract MLResultsACoreMLAlgorithm. activeLearn(AMapping oracleMapping)Learning method for supervised active core ML algorithm implementations.MLResultsActiveMLAlgorithm. activeLearn()MLResultsActiveMLAlgorithm. activeLearn(AMapping oracleMapping)protected MLResultsEagle. activeLearn()protected MLResultsEagle. activeLearn(AMapping oracleMapping)protected MLResultsWombatComplete. activeLearn()protected MLResultsWombatComplete. activeLearn(AMapping oracleMapping)static AMLAlgorithmMLAlgorithmFactory. createMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz, MLImplementationType mlType)protected abstract AMappingACoreMLAlgorithm. getNextExamples(int size)Get a set of examples to be added to the mapping.AMappingActiveMLAlgorithm. getNextExamples(int size)protected AMappingEagle. getNextExamples(int size)protected AMappingWombatComplete. getNextExamples(int size)protected AMappingWombatSimple. getNextExamples(int size)protected MLResultsACIDS. learn(PseudoFMeasure pfm)protected abstract MLResultsACoreMLAlgorithm. learn(PseudoFMeasure pfm)Learning method for unsupervised core ML algorithm implementations.protected abstract MLResultsACoreMLAlgorithm. learn(AMapping trainingData)Learning method for supervised core ML algorithm implementations, where the confidence values for each pair in the trainingData determine its truth degree.MLResultsSupervisedMLAlgorithm. learn(AMapping trainingData)MLResultsUnsupervisedMLAlgorithm. learn(PseudoFMeasure pfm)Constructors in org.aksw.limes.core.ml.algorithm that throw UnsupportedMLImplementationException Constructor Description ActiveMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz)SupervisedMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz)UnsupervisedMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz) -
Uses of UnsupportedMLImplementationException in org.aksw.limes.core.ml.algorithm.dragon
Methods in org.aksw.limes.core.ml.algorithm.dragon that throw UnsupportedMLImplementationException Modifier and Type Method Description protected MLResultsDragon. activeLearn()generates an initial training set and callsDragon.activeLearn(AMapping)protected MLResultsDragon. activeLearn(AMapping oracleMapping)Creates a training set out of the oracleMapping and usesJ48to build a decision tree The decision tree gets parsed to aLinkSpecificationprotected AMappingDragon. getNextExamples(int size)protected MLResultsDragon. learn(PseudoFMeasure pfm)protected MLResultsDragon. learn(AMapping trainingData) -
Uses of UnsupportedMLImplementationException in org.aksw.limes.core.ml.algorithm.euclid
Methods in org.aksw.limes.core.ml.algorithm.euclid that throw UnsupportedMLImplementationException Modifier and Type Method Description protected MLResultsLinearEuclid. activeLearn()protected MLResultsLinearEuclid. activeLearn(AMapping oracleMapping)protected AMappingLinearEuclid. getNextExamples(int size)protected MLResultsBooleanEuclid. learn(PseudoFMeasure pfm)protected MLResultsLinearEuclid. learn(PseudoFMeasure pfm)protected MLResultsLinearEuclid. learn(AMapping trainingData)protected MLResultsMeshEuclid. learn(PseudoFMeasure pfm)
-