Class Table<I,S,P>
- java.lang.Object
-
- ai.libs.jaicore.ml.ranking.clusterbased.customdatatypes.Table<I,S,P>
-
- Type Parameters:
I- ProblemInstances saved in the tableS- Solutions for a probleminstanceP- Performance of a solution for a probleminstance
public class Table<I,S,P> extends java.lang.ObjectTable.java - This class is used to store probleminstance and their according solutions and performances for that solution.
-
-
Constructor Summary
Constructors Constructor Description Table()
-