protected class FreqEncoder.Point extends Object implements Comparable<FreqEncoder.Point>
| Constructor and Description |
|---|
Point(int index,
double value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FreqEncoder.Point o) |
int |
getIndex() |
double |
getPower() |
double |
getValue() |
public int compareTo(FreqEncoder.Point o)
compareTo in interface Comparable<FreqEncoder.Point>public int getIndex()
public double getValue()
public double getPower()
Copyright © 2022 The Apache Software Foundation. All rights reserved.