public static class SVM.Kernel extends Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Kernel(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
calc(int vcount,
int n,
float[] vecs,
float[] another,
float[] results) |
void |
calc(int vcount,
int n,
FloatBuffer vecs,
FloatBuffer another,
FloatBuffer results) |
void |
calc(int vcount,
int n,
FloatPointer vecs,
FloatPointer another,
FloatPointer results) |
int |
getType() |
clear, empty, getDefaultName, getPointer, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Kernel(Pointer p)
Pointer(Pointer).public int getType()
public void calc(int vcount,
int n,
@Const
FloatPointer vecs,
@Const
FloatPointer another,
FloatPointer results)
public void calc(int vcount,
int n,
@Const
FloatBuffer vecs,
@Const
FloatBuffer another,
FloatBuffer results)
Copyright © 2021. All rights reserved.