Package biz.k11i.xgboost.util
Class FVecArrayImpl.FVecDoubleArrayImpl
- java.lang.Object
-
- biz.k11i.xgboost.util.FVecArrayImpl.FVecDoubleArrayImpl
-
- All Implemented Interfaces:
FVec
,java.io.Serializable
- Enclosing class:
- FVecArrayImpl
static class FVecArrayImpl.FVecDoubleArrayImpl extends java.lang.Object implements FVec
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface biz.k11i.xgboost.util.FVec
FVec.Transformer
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
treatsZeroAsNA
private double[]
values
-
Constructor Summary
Constructors Constructor Description FVecDoubleArrayImpl(double[] values, boolean treatsZeroAsNA)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
fvalue(int index)
Gets index-th value.
-