Class

com.microsoft.ml.spark.codegen

PySparkTransformerWrapperTest

Related Doc: package codegen

Permalink

class PySparkTransformerWrapperTest extends PySparkWrapperTest

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PySparkTransformerWrapperTest
  2. PySparkWrapperTest
  3. PySparkWrapperParamsTest
  4. WritableWrapper
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PySparkTransformerWrapperTest(entryPoint: Transformer, entryPointName: String, entryPointQualifiedName: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def classTemplate(classParams: String, paramGettersAndSetters: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def computeStatisticsString(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  8. def computeStatisticsTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def evaluateString(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  12. def evaluateTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getParamDefault(param: Param[_]): (String, String)

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  16. def getPysparkWrapperTestBase: String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  17. def getPythonizedDefault(paramDefault: String, paramType: String, defaultStringIsParsable: Boolean): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def indexToValueString(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  20. def indexToValueTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  21. def isBaseTransformer(paramName: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isModel(paramName: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  24. def isSkippedParam(paramName: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def pysparkWrapperTestBuilder(): String

    Permalink
  29. def setAndGetTemplate(paramName: String, value: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def tryFitSetupTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  33. def tryFitString(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  34. def tryFitTemplate(entryPointName: String, model: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  35. def tryMultiColumnFitTemplate(entryPointName: String, model: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  36. def tryTransformString(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  37. def tryTransformTemplate(entryPointName: String, param: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  38. val unittestString: String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  39. def valueIndexerModelString(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  40. def valueIndexerModelTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkWrapperParamsTest
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def writeWrapperToFile(dir: File): Unit

    Permalink

Inherited from PySparkWrapperTest

Inherited from PySparkWrapperParamsTest

Inherited from WritableWrapper

Inherited from AnyRef

Inherited from Any

Members