Class AugSpaceAllPairs

  • All Implemented Interfaces:
    IAugSpaceSamplingFunction, com.google.common.base.Function<weka.core.Instances,​weka.core.Instances>, java.util.function.Function<weka.core.Instances,​weka.core.Instances>

    public class AugSpaceAllPairs
    extends java.lang.Object
    implements IAugSpaceSamplingFunction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      weka.core.Instances apply​(weka.core.Instances input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • AugSpaceAllPairs

        public AugSpaceAllPairs()
    • Method Detail

      • apply

        public weka.core.Instances apply​(weka.core.Instances input)
        Specified by:
        apply in interface com.google.common.base.Function<weka.core.Instances,​weka.core.Instances>
        Specified by:
        apply in interface java.util.function.Function<weka.core.Instances,​weka.core.Instances>