Class FeatureOutcomePair


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

      Constructors 
      Constructor Description
      FeatureOutcomePair​(de.jungblut.math.DoubleVector feature, de.jungblut.math.DoubleVector outcome)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.jungblut.math.DoubleVector getFeature()  
      de.jungblut.math.DoubleVector getOutcome()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • FeatureOutcomePair

        public FeatureOutcomePair​(de.jungblut.math.DoubleVector feature,
                                  de.jungblut.math.DoubleVector outcome)
    • Method Detail

      • getFeature

        public de.jungblut.math.DoubleVector getFeature()
      • getOutcome

        public de.jungblut.math.DoubleVector getOutcome()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object