Class

ru.yandex.catboost.spark.catboost4j_spark.core.src.native_impl

QuantizedFeaturesInfoPtr

Related Doc: package native_impl

Permalink

class QuantizedFeaturesInfoPtr extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuantizedFeaturesInfoPtr
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QuantizedFeaturesInfoPtr()

    Permalink
  2. new QuantizedFeaturesInfoPtr(pointee: TQuantizedFeaturesInfo)

    Permalink
  3. new QuantizedFeaturesInfoPtr(cPtr: Long, cMemoryOwn: Boolean)

    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. def EqualWithoutOptionsTo(rhs: TQuantizedFeaturesInfo): Boolean

    Permalink
  5. def EqualWithoutOptionsTo(rhs: TQuantizedFeaturesInfo, ignoreSparsity: Boolean): Boolean

    Permalink
  6. def Get(): TQuantizedFeaturesInfo

    Permalink
  7. def GetFeaturesLayout(): TFeaturesLayoutPtr

    Permalink
  8. def GetNanMode(floatFeatureIdx: Int): ENanMode

    Permalink
  9. def GetQuantization(floatFeatureIdx: Int, borders: TVector_float, hasDefaultQuantizedBin: SWIGTYPE_p_bool, defaultQuantizedBin: TDefaultQuantizedBin): Unit

    Permalink
  10. def Init(featuresLayout: TFeaturesLayout): Unit

    Permalink
  11. def Set(t: TQuantizedFeaturesInfo): Unit

    Permalink
  12. def SetNanMode(floatFeatureIdx: Int, nanMode: ENanMode): Unit

    Permalink
  13. def SetQuantization(floatFeatureIdx: Int, borders: TVector_float): Unit

    Permalink
  14. def SetQuantization(floatFeatureIdx: Int, borders: TVector_float, defaultQuantizedBin: TDefaultQuantizedBin): Unit

    Permalink
  15. def __deref__(): TQuantizedFeaturesInfo

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def delete(): Unit

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    QuantizedFeaturesInfoPtr → AnyRef → Any
  21. def equalsImpl(rhs: TQuantizedFeaturesInfo): Boolean

    Permalink
  22. def finalize(): Unit

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped