Class ABestOfKReductionStumpExperimentRunnerWrapper

    • Constructor Detail

      • ABestOfKReductionStumpExperimentRunnerWrapper

        protected ABestOfKReductionStumpExperimentRunnerWrapper​(ai.libs.jaicore.db.sql.SQLAdapter adapter,
                                                                java.lang.String tableName,
                                                                int k,
                                                                int mccvrepeats)
    • Method Detail

      • markExperimentAsUnsolvable

        public void markExperimentAsUnsolvable​(MySQLReductionExperiment exp)
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • associateExperimentWithException

        public void associateExperimentWithException​(MySQLReductionExperiment exp,
                                                     java.lang.Throwable e)
                                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • conductExperiment

        public void conductExperiment​(MySQLReductionExperiment exp)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updateExperiment

        protected void updateExperiment​(MySQLReductionExperiment exp,
                                        java.util.Map<java.lang.String,​? extends java.lang.Object> values)
                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getK

        public int getK()
      • getMCCVRepeats

        public int getMCCVRepeats()
      • getAdapter

        public ai.libs.jaicore.db.sql.SQLAdapter getAdapter()