Interface Holdout

    • Method Detail

      • initialize

        void initialize​(MultipleObjectsBundle bundle)
        Initialize the holdout procedure for a data set.
        Parameters:
        bundle - Data set bundle
      • nextPartitioning

        TrainingAndTestSet nextPartitioning()
        Get the next partitioning of the given holdout.
        Returns:
        Next partitioning of the data set
      • getLabels

        java.util.ArrayList<ClassLabel> getLabels()
        Get the sorted class labels present in this data set. For indexing into assignment arrays.
        Returns:
        Class labels
      • numberOfPartitions

        int numberOfPartitions()
        How many partitions to test.
        Returns:
        Number of partitions.