@Name(value="std::vector<fasttext::real>")
public static class FastTextWrapper.RealVector
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
RealVector() |
RealVector(float... array) |
RealVector(long n) |
RealVector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
get(long i) |
FastTextWrapper.RealVector |
put(FastTextWrapper.RealVector x) |
FastTextWrapper.RealVector |
put(float... array) |
FastTextWrapper.RealVector |
put(long i,
float value) |
void |
resize(long n) |
long |
size() |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic RealVector(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public RealVector(float... array)
public RealVector()
public RealVector(long n)
@Name(value="operator=") @ByRef public FastTextWrapper.RealVector put(@ByRef FastTextWrapper.RealVector x)
public long size()
public void resize(@Cast(value="size_t")
long n)
@Index
@ByRef
public float get(@Cast(value="size_t")
long i)
public FastTextWrapper.RealVector put(@Cast(value="size_t") long i, float value)
public FastTextWrapper.RealVector put(float... array)
Copyright © 2018. All rights reserved.