class TQuantizedFeaturesInfo extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TQuantizedFeaturesInfo
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TQuantizedFeaturesInfo()
-
new
TQuantizedFeaturesInfo(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 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 SetNanMode(floatFeatureIdx: Int, nanMode: ENanMode): Unit
- def SetQuantization(floatFeatureIdx: Int, borders: TVector_float): Unit
- def SetQuantization(floatFeatureIdx: Int, borders: TVector_float, defaultQuantizedBin: TDefaultQuantizedBin): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def delete(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- TQuantizedFeaturesInfo → AnyRef → Any
- def equalsImpl(rhs: TQuantizedFeaturesInfo): Boolean
-
def
finalize(): Unit
- Attributes
- protected[src.native_impl]
- Definition Classes
- TQuantizedFeaturesInfo → AnyRef
- Annotations
- @SuppressWarnings()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- TQuantizedFeaturesInfo → AnyRef → Any
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()