Class TrainingSplit


  • public class TrainingSplit
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TrainingSplit​(de.jungblut.math.DoubleVector[] trainFeatures, de.jungblut.math.DoubleVector[] trainOutcome)
      Sets the split internally.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.jungblut.math.DoubleVector[] getTrainFeatures()  
      de.jungblut.math.DoubleVector[] getTrainOutcome()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrainingSplit

        public TrainingSplit​(de.jungblut.math.DoubleVector[] trainFeatures,
                             de.jungblut.math.DoubleVector[] trainOutcome)
        Sets the split internally.
    • Method Detail

      • getTrainFeatures

        public de.jungblut.math.DoubleVector[] getTrainFeatures()
      • getTrainOutcome

        public de.jungblut.math.DoubleVector[] getTrainOutcome()