Uses of Class
com.github.jfasttext.FastTextWrapper.RealVector
-
Packages that use FastTextWrapper.RealVector Package Description com.github.jfasttext -
-
Uses of FastTextWrapper.RealVector in com.github.jfasttext
Methods in com.github.jfasttext that return FastTextWrapper.RealVector Modifier and Type Method Description FastTextWrapper.RealVectorFastTextWrapper.FastTextApi. getVector(String arg0)FastTextWrapper.RealVectorFastTextWrapper.FastTextApi. getVector(org.bytedeco.javacpp.BytePointer arg0)FastTextWrapper.RealVectorFastTextWrapper.RealVector. push_back(float value)FastTextWrapper.RealVectorFastTextWrapper.RealVector. put(float value)FastTextWrapper.RealVectorFastTextWrapper.RealVector. put(float... array)FastTextWrapper.RealVectorFastTextWrapper.RealVector. put(long i, float value)FastTextWrapper.RealVectorFastTextWrapper.RealVector. put(FastTextWrapper.RealVector x)Methods in com.github.jfasttext with parameters of type FastTextWrapper.RealVector Modifier and Type Method Description FastTextWrapper.RealVectorFastTextWrapper.RealVector. put(FastTextWrapper.RealVector x)
-