Package biz.k11i.xgboost.util
Class FVecArrayImpl.FVecDoubleArrayImpl
java.lang.Object
biz.k11i.xgboost.util.FVecArrayImpl.FVecDoubleArrayImpl
- 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 boolean
private final double[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
values
private final double[] values -
treatsZeroAsNA
private final boolean treatsZeroAsNA
-
-
Constructor Details
-
FVecDoubleArrayImpl
FVecDoubleArrayImpl(double[] values, boolean treatsZeroAsNA)
-
-
Method Details