Package biz.k11i.xgboost.util
Class FVecMapImpl
- java.lang.Object
-
- biz.k11i.xgboost.util.FVecMapImpl
-
-
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 java.util.Map<java.lang.Integer,? extends java.lang.Number>
values
-
Constructor Summary
Constructors Constructor Description FVecMapImpl(java.util.Map<java.lang.Integer,? extends java.lang.Number> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
fvalue(int index)
Gets index-th value.
-