Package biz.k11i.xgboost.util
Interface FVec
-
- All Superinterfaces:
Serializable
public interface FVec extends 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.
-