org.gcube.indexmanagement.featureindexlibrary.vafile.algo
Class ApproximationGenerator
java.lang.Object
org.gcube.indexmanagement.featureindexlibrary.vafile.algo.ApproximationGenerator
public class ApproximationGenerator
- extends Object
Generates approximation string
- Author:
- UoA
|
Method Summary |
static byte[] |
generate(float[][] partitionPoints,
float[] vector,
VAFileParams params)
Generate approximation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApproximationGenerator
public ApproximationGenerator()
generate
public static byte[] generate(float[][] partitionPoints,
float[] vector,
VAFileParams params)
throws Exception
- Generate approximation
- Parameters:
partitionPoints - The partition pointsvector - The vectorparams - The VAFile paramters
- Returns:
- Teh approximation
- Throws:
Exception - An error
Copyright © 2012. All Rights Reserved.