Packages

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()
  2. new QuantizedFeaturesInfoPtr(pointee: TQuantizedFeaturesInfo)
  3. new QuantizedFeaturesInfoPtr(cPtr: Long, cMemoryOwn: Boolean)
    Attributes
    protected[src.native_impl]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def EqualWithoutOptionsTo(rhs: TQuantizedFeaturesInfo): Boolean
  5. def EqualWithoutOptionsTo(rhs: TQuantizedFeaturesInfo, ignoreSparsity: Boolean): Boolean
  6. def Get(): TQuantizedFeaturesInfo
  7. def GetFeaturesLayout(): TFeaturesLayoutPtr
  8. def GetNanMode(floatFeatureIdx: Int): ENanMode
  9. def GetQuantization(floatFeatureIdx: Int, borders: TVector_float, hasDefaultQuantizedBin: SWIGTYPE_p_bool, defaultQuantizedBin: TDefaultQuantizedBin): Unit
  10. def Init(featuresLayout: TFeaturesLayout): Unit
  11. def Set(t: TQuantizedFeaturesInfo): Unit
  12. def SetNanMode(floatFeatureIdx: Int, nanMode: ENanMode): Unit
  13. def SetQuantization(floatFeatureIdx: Int, borders: TVector_float): Unit
  14. def SetQuantization(floatFeatureIdx: Int, borders: TVector_float, defaultQuantizedBin: TDefaultQuantizedBin): Unit
  15. def __deref__(): TQuantizedFeaturesInfo
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. def delete(): Unit
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(obj: Any): Boolean
    Definition Classes
    QuantizedFeaturesInfoPtr → AnyRef → Any
  21. def equalsImpl(rhs: TQuantizedFeaturesInfo): Boolean
  22. def finalize(): Unit
    Attributes
    protected[src.native_impl]
    Definition Classes
    QuantizedFeaturesInfoPtr → AnyRef
    Annotations
    @SuppressWarnings()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped