Package org.aksw.deer.learning.genetic
Class Genotype
- Direct Known Subclasses:
RandomGenotype
-
Field Summary
FieldsFields inherited from class org.aksw.faraday_cage.engine.ExecutionGraph
entries, ops -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetInputModels(int i)getInputs(int i)getNode(int i)getRelevantRows(int i)toString()Methods inherited from class org.aksw.faraday_cage.engine.ExecutionGraph
addRow, getRow, getSize
-
Field Details
-
SIZE
public static int SIZE -
trainingData
-
-
Constructor Details
-
Genotype
protected Genotype() -
Genotype
protected Genotype(int size) -
Genotype
-
Genotype
-
-
Method Details
-
getNode
- Overrides:
getNodein classExecutionGraph<Model>
-
getBestEvaluationResult
-
getBestEvaluationResult
-
getBestFitness
public double getBestFitness() -
toString
- Overrides:
toStringin classExecutionGraph<Model>
-
getInputs
-
getInputModels
-
getRelevantRows
-