Uses of Class
org.aksw.limes.core.ml.algorithm.MLResults
-
Packages that use MLResults Package Description org.aksw.limes.core.ml.algorithm org.aksw.limes.core.ml.algorithm.dragon org.aksw.limes.core.ml.algorithm.euclid org.aksw.limes.core.ml.algorithm.wombat -
-
Uses of MLResults in org.aksw.limes.core.ml.algorithm
Methods in org.aksw.limes.core.ml.algorithm that return MLResults Modifier and Type Method Description protected MLResultsACIDS. activeLearn()protected MLResultsACIDS. activeLearn(AMapping oracleMapping)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)protected MLResultsWombatSimple. activeLearn()protected MLResultsWombatSimple. activeLearn(AMapping oracleMapping)protected MLResultsACIDS. learn(PseudoFMeasure pfm)protected MLResultsACIDS. learn(AMapping trainingData)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.protected MLResultsEagle. learn(PseudoFMeasure pfm)protected MLResultsEagle. learn(AMapping trainingData)MLResultsSupervisedMLAlgorithm. learn(AMapping trainingData)MLResultsUnsupervisedMLAlgorithm. learn(PseudoFMeasure pfm)protected MLResultsWombatComplete. learn(PseudoFMeasure pfm)protected MLResultsWombatComplete. learn(AMapping trainingData)protected MLResultsWombatSimple. learn(PseudoFMeasure pfm)protected MLResultsWombatSimple. learn(AMapping trainingData)Methods in org.aksw.limes.core.ml.algorithm with parameters of type MLResults Modifier and Type Method Description protected AMappingACIDS. predict(ACache source, ACache target, MLResults mlModel)protected abstract AMappingACoreMLAlgorithm. predict(ACache source, ACache target, MLResults mlModel)Predict/generate links from source to target based on mlModel.AMappingAMLAlgorithm. predict(ACache source, ACache target, MLResults mlModel)Predict new links.protected AMappingEagle. predict(ACache source, ACache target, MLResults mlModel) -
Uses of MLResults in org.aksw.limes.core.ml.algorithm.dragon
Methods in org.aksw.limes.core.ml.algorithm.dragon that return MLResults 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 aLinkSpecificationMLResultsDragon. getMlresult()protected MLResultsDragon. learn(PseudoFMeasure pfm)protected MLResultsDragon. learn(AMapping trainingData)Methods in org.aksw.limes.core.ml.algorithm.dragon with parameters of type MLResults Modifier and Type Method Description AMappingDragon. predict(ACache source, ACache target, MLResults mlModel) -
Uses of MLResults in org.aksw.limes.core.ml.algorithm.euclid
Methods in org.aksw.limes.core.ml.algorithm.euclid that return MLResults Modifier and Type Method Description protected MLResultsLinearEuclid. activeLearn()protected MLResultsLinearEuclid. activeLearn(AMapping oracleMapping)protected MLResultsBooleanEuclid. learn(PseudoFMeasure pfm)protected MLResultsLinearEuclid. learn()Common learning method for both supervised and unsupervised Euclids.protected MLResultsLinearEuclid. learn(PseudoFMeasure pfm)protected MLResultsLinearEuclid. learn(AMapping trainingData)protected MLResultsMeshEuclid. learn(PseudoFMeasure pfm)Methods in org.aksw.limes.core.ml.algorithm.euclid with parameters of type MLResults Modifier and Type Method Description protected AMappingBooleanEuclid. predict(ACache source, ACache target, MLResults mlModel)protected AMappingLinearEuclid. predict(ACache source, ACache target, MLResults mlModel)protected AMappingMeshEuclid. predict(ACache source, ACache target, MLResults mlModel) -
Uses of MLResults in org.aksw.limes.core.ml.algorithm.wombat
Methods in org.aksw.limes.core.ml.algorithm.wombat with parameters of type MLResults Modifier and Type Method Description protected AMappingAWombat. predict(ACache source, ACache target, MLResults mlModel)
-