Class ClassifierHoldoutEvaluationTask.Par<O>

    • Field Detail

      • HOLDOUT_ID

        public static final OptionID HOLDOUT_ID
        Parameter to specify the holdout for evaluation, must extend Holdout.
      • databaseConnection

        protected DatabaseConnection databaseConnection
        Holds the database connection to get the initial data from.
      • indexFactories

        protected java.util.Collection<? extends IndexFactory<?>> indexFactories
        Indexes to add.
      • algorithm

        protected Classifier<O> algorithm
        Classifier to evaluate.
      • holdout

        protected Holdout holdout
        Holds the holdout.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(Parameterization config)
        Description copied from interface: Parameterizer
        Configure the class.

        Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.

        Parameters:
        config - Parameterization