Documentation of 'org.encog.ml.data.versatile.division.PerformDataDivision' Java class
PerformDataDivision
org.encog.ml.data.versatile.division

Class PerformDataDivision



  • public class PerformDataDivision
    extends java.lang.Object
    Perform a data division.
    • Constructor Detail

      • PerformDataDivision

        public PerformDataDivision(boolean theShuffle,
                                   GenerateRandom theRandom)
        Construct the data division processor.
        Parameters:
        theShuffle - Should we shuffle?
        theRandom - Random number generator, often seeded to be consistent.
    • Method Detail

      • perform

        public void perform(java.util.List<DataDivision> dataDivisionList,
                            VersatileMLDataSet dataset,
                            int inputCount,
                            int idealCount)
        Perform the split.
        Parameters:
        dataDivisionList - The list of data divisions.
        dataset - The dataset to split.
        inputCount - The input count.
        idealCount - The ideal count.
      • isShuffle

        public boolean isShuffle()
        Returns:
        the shuffle

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.