Package biz.k11i.xgboost.util
Class FVecArrayImpl.FVecFloatArrayImpl
java.lang.Object
biz.k11i.xgboost.util.FVecArrayImpl.FVecFloatArrayImpl
- All Implemented Interfaces:
FVec,Serializable
- Enclosing class:
FVecArrayImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface biz.k11i.xgboost.util.FVec
FVec.Transformer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final float[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
values
private final float[] values -
treatsZeroAsNA
private final boolean treatsZeroAsNA
-
-
Constructor Details
-
FVecFloatArrayImpl
FVecFloatArrayImpl(float[] values, boolean treatsZeroAsNA)
-
-
Method Details