Serialized Form
-
Package org.aksw.limes.core.exceptions
-
Class org.aksw.limes.core.exceptions.IllegalNumberOfParametersException extends RuntimeException implements Serializable
- serialVersionUID:
- 1581808737961911448L
-
Class org.aksw.limes.core.exceptions.InvalidMeasureException extends RuntimeException implements Serializable
- serialVersionUID:
- 6971779912538326113L
-
Class org.aksw.limes.core.exceptions.InvalidPreprocessingFunctionException extends RuntimeException implements Serializable
- serialVersionUID:
- -3378727153103619947L
-
Class org.aksw.limes.core.exceptions.InvalidThresholdException extends RuntimeException implements Serializable
- serialVersionUID:
- 2309448747871110206L
-
Class org.aksw.limes.core.exceptions.MalformedPreprocessingFunctionException extends RuntimeException implements Serializable
- serialVersionUID:
- -3378727153103619947L
-
Class org.aksw.limes.core.exceptions.NoDtdFileException extends RuntimeException implements Serializable
- serialVersionUID:
- 1819187223756493735L
-
Class org.aksw.limes.core.exceptions.NoSuchParameterException extends RuntimeException implements Serializable
- serialVersionUID:
- -54456956700647426L
-
Class org.aksw.limes.core.exceptions.NotYetImplementedException extends RuntimeException implements Serializable
- serialVersionUID:
- 5603419156840009577L
-
Class org.aksw.limes.core.exceptions.NullIndexerException extends RuntimeException implements Serializable
- serialVersionUID:
- 1549349430103275276L
-
Class org.aksw.limes.core.exceptions.UnsupportedMLImplementationException extends Exception implements Serializable
- serialVersionUID:
- 4789420769908480902L
-
Class org.aksw.limes.core.exceptions.UnsupportedOperator extends RuntimeException implements Serializable
- serialVersionUID:
- 2025338559543577903L
-
-
Package org.aksw.limes.core.exceptions.semanticDictionary
-
Class org.aksw.limes.core.exceptions.semanticDictionary.ExportedSemanticDictionaryFileNotFound extends RuntimeException implements Serializable
- serialVersionUID:
- -1807089848876365171L
-
Class org.aksw.limes.core.exceptions.semanticDictionary.SemanticDictionaryNotFound extends RuntimeException implements Serializable
- serialVersionUID:
- -6560806432378384421L
-
-
Package org.aksw.limes.core.io.cache
-
Class org.aksw.limes.core.io.cache.HybridCache extends MemoryCache implements Serializable
- serialVersionUID:
- -2268344215686055231L
-
Class org.aksw.limes.core.io.cache.Instance extends Object implements Serializable
- serialVersionUID:
- -8613951110508439148L
-
-
Package org.aksw.limes.core.io.config
-
Class org.aksw.limes.core.io.config.KBInfo extends Object implements Serializable
- serialVersionUID:
- 7915400434442160847L
-
Serialized Fields
-
endpoint
String endpoint
-
functions
LinkedHashMap<String,Map<String,String>> functions
-
graph
String graph
-
id
String id
-
maxoffset
int maxoffset
-
minoffset
int minoffset
-
optionalProperties
List<String> optionalProperties
-
pageSize
int pageSize
-
prefixes
Map<String,String> prefixes
-
properties
List<String> properties
-
restrictions
ArrayList<String> restrictions
-
type
String type
-
var
String var
-
-
-
Package org.aksw.limes.core.io.mapping
-
Class org.aksw.limes.core.io.mapping.AMapping extends Object implements Serializable
- serialVersionUID:
- -2139214978237914397L
-
Class org.aksw.limes.core.io.mapping.FileMapping extends AMapping implements Serializable
- serialVersionUID:
- -6896787320093743557L
-
Class org.aksw.limes.core.io.mapping.HybridMapping extends AMapping implements Serializable
- serialVersionUID:
- -4230353331396453801L
-
Class org.aksw.limes.core.io.mapping.MemoryMapping extends AMapping implements Serializable
- serialVersionUID:
- 2763300329497546833L
-
-
Package org.aksw.limes.core.ml.algorithm.eagle.core
-
Class org.aksw.limes.core.ml.algorithm.eagle.core.ExpressionFitnessFunction extends IGPFitnessFunction implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crossProduct
double crossProduct
-
m_config
LinkSpecGeneticLearnerConfig m_config
-
measure
IQualitativeMeasure measure
-
reference
AMapping reference
Fragment of optimal Mapping used during evolution. Note that it should only hold matches! -
sC
ACache sC
-
tC
ACache tC
-
trainingData
AMapping trainingData
Holding training data, that is a mapping maybe also holding non-matches. -
trimmedSourceCache
ACache trimmedSourceCache
-
trimmedTargetCache
ACache trimmedTargetCache
-
useFullCaches
boolean useFullCaches
-
-
Class org.aksw.limes.core.ml.algorithm.eagle.core.IGPFitnessFunction extends org.jgap.gp.GPFitnessFunction implements Serializable
- serialVersionUID:
- -94163100342394354L
-
Class org.aksw.limes.core.ml.algorithm.eagle.core.LinkSpecGeneticLearnerConfig extends org.jgap.gp.impl.GPConfiguration implements Serializable
- serialVersionUID:
- 2787442443170665028L
-
Serialized Fields
-
granularity
int granularity
-
propMap
PropertyMapping propMap
-
sC
ACache sC
-
source
KBInfo source
-
target
KBInfo target
-
tC
ACache tC
-
-
Class org.aksw.limes.core.ml.algorithm.eagle.core.PseudoFMeasureFitnessFunction extends IGPFitnessFunction implements Serializable
- serialVersionUID:
- -7114137172832439294L
-
Serialized Fields
-
beta
double beta
-
config
LinkSpecGeneticLearnerConfig config
-
engine
ExecutionEngine engine
-
pfm
PseudoFMeasure pfm
-
sourceCache
ACache sourceCache
-
targetCache
ACache targetCache
-
-
-
Package org.aksw.limes.core.ml.algorithm.eagle.genes
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.AddMetric extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- -1303055852196726757L
-
Serialized Fields
-
is_mutateable
boolean is_mutateable
-
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.AtomicPreprocessingCommand extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- 8798097200717090109L
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.BooleanCommand extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- 8309825108305749003L
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.ChainedPreprocessingCommand extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- 4070812489425199490L
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.DateMeasure extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- 554024445307226859L
-
Serialized Fields
-
m_mutateable
boolean m_mutateable
-
operationName
String operationName
-
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.DatePropertyPair extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- 5370919913629489323L
-
Serialized Fields
-
config
LinkSpecGeneticLearnerConfig config
-
logger
org.slf4j.Logger logger
-
mutateable
boolean mutateable
-
pair
PairSimilar<String> pair
-
pairIndex
int pairIndex
-
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.MetricCommand extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- -5555554301086427498L
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.NestedBoolean extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- 7875735649199172973L
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.NumberMeasure extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- -2615468774498850743L
-
Serialized Fields
-
m_mutateable
boolean m_mutateable
-
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.NumberPropertyPair extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- 5370919913629489323L
-
Serialized Fields
-
config
LinkSpecGeneticLearnerConfig config
-
logger
org.slf4j.Logger logger
-
mutateable
boolean mutateable
-
pair
PairSimilar<String> pair
-
pairIndex
int pairIndex
-
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.PointSetMeasure extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- -4901752495126327127L
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.PointSetPropertyPair extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- -5721724318558268858L
-
Serialized Fields
-
config
LinkSpecGeneticLearnerConfig config
-
logger
org.slf4j.Logger logger
-
mutateable
boolean mutateable
-
pair
PairSimilar<String> pair
-
pairIndex
int pairIndex
-
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.StringMeasure extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- -4901752495126327127L
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.StringPreprocessingCommand extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- 4353593664193207799L
-
Serialized Fields
-
function
String function
-
is_mutable
boolean is_mutable
-
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.StringPreprocessMeasure extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- -4901752495126327127L
-
Class org.aksw.limes.core.ml.algorithm.eagle.genes.StringPropertyPair extends org.jgap.gp.CommandGene implements Serializable
- serialVersionUID:
- 7725242441490770801L
-
Serialized Fields
-
config
LinkSpecGeneticLearnerConfig config
-
logger
org.slf4j.Logger logger
-
mutateable
boolean mutateable
-
pair
PairSimilar<String> pair
-
pairIndex
int pairIndex
-
-