protected class GridSearch.PerformanceTable extends Object implements Serializable, RevisionHandler
x-min x-max |-------------| - y-max | | - y-min
Modifier and Type | Field and Description |
---|---|
protected GridSearch.Grid |
m_Grid
the corresponding grid
|
protected double |
m_Max
the maximum performance
|
protected double |
m_Min
the minimum performance
|
protected Vector<GridSearch.Performance> |
m_Performances
the performances
|
protected double[][] |
m_Table
the table with the values
|
protected int |
m_Type
the type of performance the table was generated for
|
Constructor and Description |
---|
PerformanceTable(GridSearch.Grid grid,
Vector<GridSearch.Performance> performances,
int type)
initializes the table
|
Modifier and Type | Method and Description |
---|---|
protected void |
generate()
generates the table
|
GridSearch.Grid |
getGrid()
returns the corresponding grid
|
double |
getMax()
the maximum performance
|
double |
getMin()
the minimum performance
|
Vector<GridSearch.Performance> |
getPerformances()
returns the underlying performances
|
String |
getRevision()
Returns the revision string.
|
double[][] |
getTable()
returns the generated table
|
int |
getType()
returns the type of performance
|
String |
toGnuplot()
returns a string containing a gnuplot script+data file
|
String |
toString()
returns the table as string
|
protected GridSearch.Grid m_Grid
protected Vector<GridSearch.Performance> m_Performances
protected int m_Type
protected double[][] m_Table
protected double m_Min
protected double m_Max
public PerformanceTable(GridSearch.Grid grid, Vector<GridSearch.Performance> performances, int type)
grid
- the underlying gridperformances
- the performancestype
- the type of performanceprotected void generate()
public GridSearch.Grid getGrid()
public Vector<GridSearch.Performance> getPerformances()
public int getType()
public double[][] getTable()
m_Table
,
generate()
public double getMin()
public double getMax()
public String toString()
public String toGnuplot()
public String getRevision()
getRevision
in interface RevisionHandler
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.