public class GraphConverter2D extends Object
| Constructor and Description |
|---|
GraphConverter2D() |
| Modifier and Type | Method and Description |
|---|---|
static void |
anotatePoints(GraphGroups gg,
List<Integer> pointsIndexes,
List<String> lables) |
static void |
anotateStationaryPoints(GraphGroups gg) |
static void |
anotateStationaryPoints(GraphGroups gg,
List<String> lables) |
static List<Point<? extends Number,? extends Number>> |
convert(SamplesTable sampleTable) |
static List<Point<? extends Number,? extends Number>> |
deleteHeaders(List<Point<? extends Number,? extends Number>> samples) |
static List<Point<? extends Number,? extends Number>> |
filterXRange(List<Point<? extends Number,? extends Number>> samples,
String minX,
String maxX) |
static List<String> |
getLabelsfromIndexes(List<Point<? extends Number,? extends Number>> points,
List<Integer> indexes) |
static List<String> |
getLablesFromPoints(Point points) |
static List<Point> |
getStationaryPoints(GraphData graph) |
static List<Point<? extends Number,? extends Number>> |
reduceDimension(List<Point<? extends Number,? extends Number>> samples) |
static List<Point<? extends Number,? extends Number>> |
reorder(List<Point<? extends Number,? extends Number>> samples) |
static void |
sampleAnotationByRange(List<Point<? extends Number,? extends Number>> samples,
int range) |
static void |
sampleAnotationBySameFollower(List<Point<? extends Number,? extends Number>> samples) |
static List<Point<? extends Number,? extends Number>> |
transformTable(SamplesTable sampleTable) |
public static final String SPIKE
public static List<Point<? extends Number,? extends Number>> reduceDimension(List<Point<? extends Number,? extends Number>> samples)
public static List<Point<? extends Number,? extends Number>> convert(SamplesTable sampleTable)
public static List<Point<? extends Number,? extends Number>> deleteHeaders(List<Point<? extends Number,? extends Number>> samples)
public static List<Point<? extends Number,? extends Number>> transformTable(SamplesTable sampleTable)
public static List<Point<? extends Number,? extends Number>> reorder(List<Point<? extends Number,? extends Number>> samples)
public static List<Point<? extends Number,? extends Number>> filterXRange(List<Point<? extends Number,? extends Number>> samples, String minX, String maxX)
public static void anotateStationaryPoints(GraphGroups gg)
public static void anotateStationaryPoints(GraphGroups gg, List<String> lables)
public static void anotatePoints(GraphGroups gg, List<Integer> pointsIndexes, List<String> lables)
public static List<Point> getStationaryPoints(GraphData graph) throws Exception
Exceptionpublic static List<String> getLablesFromPoints(Point points) throws Exception
Exceptionpublic static List<String> getLabelsfromIndexes(List<Point<? extends Number,? extends Number>> points, List<Integer> indexes) throws Exception
Exceptionpublic static void sampleAnotationBySameFollower(List<Point<? extends Number,? extends Number>> samples) throws Exception
ExceptionCopyright © 2020. All Rights Reserved.