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

Class DataDivision



  • public class DataDivision
    extends java.lang.Object
    A division of data inside of a versatile data set.
    • Constructor Detail

      • DataDivision

        public DataDivision(double thePercent)
        Construct a division.
        Parameters:
        thePercent - The desired percentage in this division.
    • Method Detail

      • getCount

        public int getCount()
        Returns:
        the count
      • setCount

        public void setCount(int count)
        Parameters:
        count - the count to set
      • setDataset

        public void setDataset(MatrixMLDataSet dataset)
        Parameters:
        dataset - the dataset to set
      • getPercent

        public double getPercent()
        Returns:
        the percent
      • allocateMask

        public void allocateMask(int theSize)
        Allocat space to hold the mask.
        Parameters:
        theSize - The mask size.
      • getMask

        public int[] getMask()
        Returns:
        the mask

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.