org.gcube.contentmanagement.graphtools.data.conversions
Class GraphConverter2D
java.lang.Object
org.gcube.contentmanagement.graphtools.data.conversions.GraphConverter2D
public class GraphConverter2D
- extends Object
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPIKE
public static final String SPIKE
- See Also:
- Constant Field Values
GraphConverter2D
public GraphConverter2D()
reduceDimension
public static List<Point<? extends Number,? extends Number>> reduceDimension(List<Point<? extends Number,? extends Number>> samples)
convert
public static List<Point<? extends Number,? extends Number>> convert(SamplesTable sampleTable)
deleteHeaders
public static List<Point<? extends Number,? extends Number>> deleteHeaders(List<Point<? extends Number,? extends Number>> samples)
transformTable
public static List<Point<? extends Number,? extends Number>> transformTable(SamplesTable sampleTable)
reorder
public static List<Point<? extends Number,? extends Number>> reorder(List<Point<? extends Number,? extends Number>> samples)
filterXRange
public static List<Point<? extends Number,? extends Number>> filterXRange(List<Point<? extends Number,? extends Number>> samples,
String minX,
String maxX)
anotateStationaryPoints
public static void anotateStationaryPoints(GraphGroups gg)
anotateStationaryPoints
public static void anotateStationaryPoints(GraphGroups gg,
List<String> lables)
anotatePoints
public static void anotatePoints(GraphGroups gg,
List<Integer> pointsIndexes,
List<String> lables)
getStationaryPoints
public static List<Point> getStationaryPoints(GraphData graph)
throws Exception
- Throws:
Exception
getLablesFromPoints
public static List<String> getLablesFromPoints(Point points)
throws Exception
- Throws:
Exception
getLabelsfromIndexes
public static List<String> getLabelsfromIndexes(List<Point<? extends Number,? extends Number>> points,
List<Integer> indexes)
throws Exception
- Throws:
Exception
sampleAnotationBySameFollower
public static void sampleAnotationBySameFollower(List<Point<? extends Number,? extends Number>> samples)
throws Exception
- Throws:
Exception
sampleAnotationByRange
public static void sampleAnotationByRange(List<Point<? extends Number,? extends Number>> samples,
int range)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.