Uses of Class
org.aksw.limes.core.ml.algorithm.AMLAlgorithm
-
Packages that use AMLAlgorithm Package Description org.aksw.limes.core.datastrutures org.aksw.limes.core.ml.algorithm -
-
Uses of AMLAlgorithm in org.aksw.limes.core.datastrutures
Methods in org.aksw.limes.core.datastrutures that return AMLAlgorithm Modifier and Type Method Description AMLAlgorithmTaskAlgorithm. getMlAlgorithm()Methods in org.aksw.limes.core.datastrutures with parameters of type AMLAlgorithm Modifier and Type Method Description voidTaskAlgorithm. setMlAlgorithm(AMLAlgorithm mlAlgorithm)Constructors in org.aksw.limes.core.datastrutures with parameters of type AMLAlgorithm Constructor Description TaskAlgorithm(MLImplementationType mlType, AMLAlgorithm mlAlgorithm, List<LearningParameter> mlParameter)TaskAlgorithm(MLImplementationType mlType, AMLAlgorithm mlAlgorithm, List<LearningParameter> mlParameter, Map<LearningParameter,List<Object>> mlParameterValues) -
Uses of AMLAlgorithm in org.aksw.limes.core.ml.algorithm
Subclasses of AMLAlgorithm in org.aksw.limes.core.ml.algorithm Modifier and Type Class Description classActiveMLAlgorithmclassSupervisedMLAlgorithmclassUnsupervisedMLAlgorithmMethods in org.aksw.limes.core.ml.algorithm that return AMLAlgorithm Modifier and Type Method Description static AMLAlgorithmMLAlgorithmFactory. createMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz, MLImplementationType mlType)
-