public class LsOptimalPredictorResult extends Object
Constructor and Description |
---|
LsOptimalPredictorResult(int seed,
int nCoefficients,
float[] coefficients,
int nInitializerCodes,
byte[] initializerCodes,
int nInteriorCodes,
byte[] interiorCodes) |
Modifier and Type | Method and Description |
---|---|
int |
getCoefficientCount()
Gets the number of coefficients stored for the predictor that produced
these results.
|
float[] |
getCoefficients()
Get the computed coefficients for the optimal predictors.
|
int |
getInitializerCodeCount()
Gets the number of unique symbols that comprise the initialization
portion of the encoded data.
|
byte[] |
getInitializerCodes()
Get the sequence of symbols for the initialization sequence.
|
int |
getInteriorCodeCount()
Gets the number of unique symbols that comprise the interior
portion of the encoded data.
|
byte[] |
getInteriorCodes()
Get an array of the M32 codes computed by the encoder.
|
int |
getSeed()
Gets the initial "seed" value for the encoding sequence.
|
public LsOptimalPredictorResult(int seed, int nCoefficients, float[] coefficients, int nInitializerCodes, byte[] initializerCodes, int nInteriorCodes, byte[] interiorCodes)
public byte[] getInteriorCodes()
public int getInteriorCodeCount()
public int getSeed()
public int getCoefficientCount()
public float[] getCoefficients()
public int getInitializerCodeCount()
public byte[] getInitializerCodes()
Copyright © 2022. All rights reserved.