Package biz.k11i.xgboost.util
Interface FVec
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
FVecArrayImpl.FVecDoubleArrayImpl
,FVecArrayImpl.FVecFloatArrayImpl
,FVecMapImpl
public interface FVec extends java.io.Serializable
Interface of feature vector.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FVec.Transformer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
fvalue(int index)
Gets index-th value.
-