Uses of Class
org.aksw.limes.core.ml.algorithm.classifier.SimpleClassifier
-
Packages that use SimpleClassifier Package Description org.aksw.limes.core.ml.algorithm org.aksw.limes.core.ml.algorithm.classifier org.aksw.limes.core.ml.algorithm.euclid -
-
Uses of SimpleClassifier in org.aksw.limes.core.ml.algorithm
Fields in org.aksw.limes.core.ml.algorithm with type parameters of type SimpleClassifier Modifier and Type Field Description protected List<SimpleClassifier>MLResults. classifiersMethods in org.aksw.limes.core.ml.algorithm that return types with arguments of type SimpleClassifier Modifier and Type Method Description List<SimpleClassifier>MLResults. getClassifiers()Method parameters in org.aksw.limes.core.ml.algorithm with type arguments of type SimpleClassifier Modifier and Type Method Description voidMLResults. setClassifiers(List<SimpleClassifier> classifiers) -
Uses of SimpleClassifier in org.aksw.limes.core.ml.algorithm.classifier
Subclasses of SimpleClassifier in org.aksw.limes.core.ml.algorithm.classifier Modifier and Type Class Description classExtendedClassifierFields in org.aksw.limes.core.ml.algorithm.classifier with type parameters of type SimpleClassifier Modifier and Type Field Description protected List<SimpleClassifier>ComplexClassifier. classifiersMethods in org.aksw.limes.core.ml.algorithm.classifier that return SimpleClassifier Modifier and Type Method Description SimpleClassifierSimpleClassifier. clone()Methods in org.aksw.limes.core.ml.algorithm.classifier that return types with arguments of type SimpleClassifier Modifier and Type Method Description List<SimpleClassifier>ComplexClassifier. getClassifiers()Methods in org.aksw.limes.core.ml.algorithm.classifier with parameters of type SimpleClassifier Modifier and Type Method Description intSimpleClassifier. compareTo(SimpleClassifier o)Method parameters in org.aksw.limes.core.ml.algorithm.classifier with type arguments of type SimpleClassifier Modifier and Type Method Description voidComplexClassifier. setClassifiers(List<SimpleClassifier> classifiers)Constructor parameters in org.aksw.limes.core.ml.algorithm.classifier with type arguments of type SimpleClassifier Constructor Description ComplexClassifier(List<SimpleClassifier> classifiers, double fMeasure) -
Uses of SimpleClassifier in org.aksw.limes.core.ml.algorithm.euclid
Methods in org.aksw.limes.core.ml.algorithm.euclid that return types with arguments of type SimpleClassifier Modifier and Type Method Description List<SimpleClassifier>LinearSelfConfigurator. getAllInitialClassifiers()Computes all initial classifiers that compare properties whose coverage is beyong the coverage thresholdList<SimpleClassifier>LinearSelfConfigurator. getBestInitialClassifiers()Computes the best initial mapping for each source propertyList<SimpleClassifier>LinearSelfConfigurator. getBestInitialClassifiers(Set<String> measureList)Computes the best initial mapping for each source propertyList<SimpleClassifier>LinearSelfConfigurator. getInitialOverallClassifiers(List<SimpleClassifier> classifiers)Updates the weights of the classifiers such that they map the initial conditions for a classifierList<SimpleClassifier>BooleanSelfConfigurator. learnClassifer(List<SimpleClassifier> classifiers)List<SimpleClassifier>LinearSelfConfigurator. learnClassifer(List<SimpleClassifier> classifiers)List<SimpleClassifier>LinearSelfConfigurator. normalizeClassifiers(List<SimpleClassifier> classifiers)Methods in org.aksw.limes.core.ml.algorithm.euclid with parameters of type SimpleClassifier Modifier and Type Method Description AMappingLinearSelfConfigurator. executeClassifier(SimpleClassifier c, double threshold)Runs a classifier and get the mappings for itMap<Double,AMapping>MeshBasedSelfConfigurator. getMappings(double min, double max, int n, SimpleClassifier cp)Computes the mappings for a classifier across a dimension of the meshMethod parameters in org.aksw.limes.core.ml.algorithm.euclid with type arguments of type SimpleClassifier Modifier and Type Method Description doubleLinearSelfConfigurator. computeNext(List<SimpleClassifier> classifiers, int index)Aims to improve upon a particular classifier by checking whether adding a delta to its similarity worsens the total classiferComplexClassifierMeshBasedSelfConfigurator. getHillTop(int n, List<SimpleClassifier> sc)List<SimpleClassifier>LinearSelfConfigurator. getInitialOverallClassifiers(List<SimpleClassifier> classifiers)Updates the weights of the classifiers such that they map the initial conditions for a classifierLinkSpecificationLinearSelfConfigurator. getLinkSpecification(List<SimpleClassifier> list)TODO FIXME this is only a basic implementationAMappingBooleanSelfConfigurator. getMapping(List<SimpleClassifier> classifiers)Runs classifiers and retrieves the correspoding mappingsAMappingLinearSelfConfigurator. getMapping(List<SimpleClassifier> classifiers)Runs classifiers and retrieves the corresponding mappingsAMappingLinearSelfConfigurator. getOverallMapping(Map<SimpleClassifier,AMapping> mappings, double threshold)Computes the weighted linear combination of the similarity computed by the single classifiersComplexClassifierMeshBasedSelfConfigurator. getZoomedHillTop(int gridPoints, int iterations, List<SimpleClassifier> sc)Generates the grids iteratively to find the best possible solutionComplexClassifierMeshBasedSelfConfigurator. getZoomedHillTop(int gridPoints, long duration, List<SimpleClassifier> sc)Alternative: Generates the grids iteratively to find the best possible solution, within a given maxmimal duration in secondsList<SimpleClassifier>BooleanSelfConfigurator. learnClassifer(List<SimpleClassifier> classifiers)List<SimpleClassifier>LinearSelfConfigurator. learnClassifer(List<SimpleClassifier> classifiers)List<SimpleClassifier>LinearSelfConfigurator. normalizeClassifiers(List<SimpleClassifier> classifiers)
-