Uses of Class
com.github.jfasttext.FastTextWrapper.FloatStringPairVector
-
Packages that use FastTextWrapper.FloatStringPairVector Package Description com.github.jfasttext -
-
Uses of FastTextWrapper.FloatStringPairVector in com.github.jfasttext
Methods in com.github.jfasttext that return FastTextWrapper.FloatStringPairVector Modifier and Type Method Description FastTextWrapper.FloatStringPairVectorFastTextWrapper.FloatStringPairVector. first(long i, float first)FastTextWrapper.FloatStringPairVectorFastTextWrapper.FastTextApi. predictProba(String arg0, int arg1)FastTextWrapper.FloatStringPairVectorFastTextWrapper.FastTextApi. predictProba(org.bytedeco.javacpp.BytePointer arg0, int arg1)FastTextWrapper.FloatStringPairVectorFastTextWrapper.FloatStringPairVector. put(float[] firstValue, String[] secondValue)FastTextWrapper.FloatStringPairVectorFastTextWrapper.FloatStringPairVector. put(float[] firstValue, org.bytedeco.javacpp.BytePointer[] secondValue)FastTextWrapper.FloatStringPairVectorFastTextWrapper.FloatStringPairVector. put(FastTextWrapper.FloatStringPairVector x)FastTextWrapper.FloatStringPairVectorFastTextWrapper.FloatStringPairVector. second(long i, String second)FastTextWrapper.FloatStringPairVectorFastTextWrapper.FloatStringPairVector. second(long i, org.bytedeco.javacpp.BytePointer second)Methods in com.github.jfasttext with parameters of type FastTextWrapper.FloatStringPairVector Modifier and Type Method Description FastTextWrapper.FloatStringPairVectorFastTextWrapper.FloatStringPairVector. put(FastTextWrapper.FloatStringPairVector x)
-