Package org.aksw.deer.learning.genetic
Class RandomGenotype
- java.lang.Object
-
- org.aksw.faraday_cage.engine.ExecutionGraph<Model>
-
- org.aksw.deer.learning.genetic.Genotype
-
- org.aksw.deer.learning.genetic.RandomGenotype
-
public class RandomGenotype extends Genotype
-
-
Field Summary
-
Fields inherited from class org.aksw.deer.learning.genetic.Genotype
SIZE, trainingData
-
Fields inherited from class org.aksw.faraday_cage.engine.ExecutionGraph
entries, ops
-
-
Constructor Summary
Constructors Constructor Description RandomGenotype(TrainingData trainingData)
-
Method Summary
-
Methods inherited from class org.aksw.deer.learning.genetic.Genotype
getBestEvaluationResult, getBestEvaluationResult, getBestFitness, getInputModels, getInputs, getNode, getRelevantRows, toString
-
Methods inherited from class org.aksw.faraday_cage.engine.ExecutionGraph
addRow, getRow, getSize
-
-
-
-
Constructor Detail
-
RandomGenotype
public RandomGenotype(TrainingData trainingData)
-
-