Interface FVec

All Superinterfaces:
Serializable
All Known Implementing Classes:
FVecArrayImpl.FVecDoubleArrayImpl, FVecArrayImpl.FVecFloatArrayImpl, FVecMapImpl

public interface FVec extends Serializable
Interface of feature vector.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    fvalue(int index)
    Gets index-th value.
  • Method Details

    • fvalue

      float fvalue(int index)
      Gets index-th value.
      Parameters:
      index - index
      Returns:
      value