class QuantizedFeaturesInfoPtr extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QuantizedFeaturesInfoPtr
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new QuantizedFeaturesInfoPtr()
- new QuantizedFeaturesInfoPtr(pointee: TQuantizedFeaturesInfo)
- new QuantizedFeaturesInfoPtr(cPtr: Long, cMemoryOwn: Boolean)
- Attributes
- protected[src.native_impl]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def EqualWithoutOptionsTo(rhs: TQuantizedFeaturesInfo): Boolean
- def EqualWithoutOptionsTo(rhs: TQuantizedFeaturesInfo, ignoreSparsity: Boolean): Boolean
- def Get(): TQuantizedFeaturesInfo
- def GetFeaturesLayout(): TFeaturesLayoutPtr
- def GetNanMode(floatFeatureIdx: Int): ENanMode
- def GetQuantization(floatFeatureIdx: Int, borders: TVector_float, hasDefaultQuantizedBin: SWIGTYPE_p_bool, defaultQuantizedBin: TDefaultQuantizedBin): Unit
- def Init(featuresLayout: TFeaturesLayout): Unit
- def Set(t: TQuantizedFeaturesInfo): Unit
- def SetNanMode(floatFeatureIdx: Int, nanMode: ENanMode): Unit
- def SetQuantization(floatFeatureIdx: Int, borders: TVector_float): Unit
- def SetQuantization(floatFeatureIdx: Int, borders: TVector_float, defaultQuantizedBin: TDefaultQuantizedBin): Unit
- def __deref__(): TQuantizedFeaturesInfo
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete(): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): Boolean
- Definition Classes
- QuantizedFeaturesInfoPtr → AnyRef → Any
- def equalsImpl(rhs: TQuantizedFeaturesInfo): Boolean
- def finalize(): Unit
- Attributes
- protected[src.native_impl]
- Definition Classes
- QuantizedFeaturesInfoPtr → AnyRef
- Annotations
- @SuppressWarnings()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()