Class CrossValidationOutput


  • public final class CrossValidationOutput
    extends Object
    Details of a Cross-Validation partition.
    • Method Detail

      • getPartition

        public int getPartition()
        Gets the zero based index of the partition.
      • getTrainingPartioning

        public DataPartitioning getTrainingPartioning()
        Gets the training DataPartitioning associated with this partition.
      • getTestPartitioning

        public DataPartitioning getTestPartitioning()
        Gets the test DataPartitioning associated with this partition.