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.SerializableInterface of feature vector.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFVec.Transformer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatfvalue(int index)Gets index-th value.
-