|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.gcube.contentmanagement.graphtools.abstracts |
---|
Class org.gcube.contentmanagement.graphtools.abstracts.GenericStandaloneGraph extends org.jfree.ui.ApplicationFrame implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
boolean big
Package org.gcube.contentmanagement.graphtools.examples.graphsTypes |
---|
Class org.gcube.contentmanagement.graphtools.examples.graphsTypes.ExampleImage extends Applet implements Serializable |
---|
Package org.gcube.contentmanagement.graphtools.plotting.demo |
---|
Class org.gcube.contentmanagement.graphtools.plotting.demo.PieChartDemo1 extends org.jfree.ui.ApplicationFrame implements Serializable |
---|
Class org.gcube.contentmanagement.graphtools.plotting.demo.SpiderWebDemo1 extends org.jfree.ui.ApplicationFrame implements Serializable |
---|
Class org.gcube.contentmanagement.graphtools.plotting.demo.SpiderWebPlot extends org.jfree.chart.plot.Plot implements Serializable |
---|
serialVersionUID: -5376340422031599463L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
- if there is an I/O error.
ClassNotFoundException
- if there is a classpath problem.private void writeObject(ObjectOutputStream stream) throws IOException
IOException
- if there is an I/O error.Serialized Fields |
---|
double headPercent
double interiorGap
double axisLabelGap
org.jfree.data.category.CategoryDataset dataset
double maxValue
org.jfree.util.TableOrder dataExtractOrder
double startAngle
org.jfree.util.Rotation direction
org.jfree.util.PaintList seriesPaintList
org.jfree.util.PaintList seriesOutlinePaintList
org.jfree.util.StrokeList seriesOutlineStrokeList
Font labelFont
org.jfree.chart.labels.CategoryItemLabelGenerator labelGenerator
boolean webFilled
org.jfree.chart.labels.CategoryToolTipGenerator toolTipGenerator
null
permitted).
org.jfree.chart.urls.CategoryURLGenerator urlGenerator
null
permitted).
Class org.gcube.contentmanagement.graphtools.plotting.demo.TimeSeriesChartDemo1 extends org.jfree.ui.ApplicationFrame implements Serializable |
---|
Package org.gcube.contentmanagement.graphtools.plotting.graphs |
---|
Class org.gcube.contentmanagement.graphtools.plotting.graphs.GaussianDistributionGraph extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
double mean
double variance
Class org.gcube.contentmanagement.graphtools.plotting.graphs.HistogramGraph extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Class org.gcube.contentmanagement.graphtools.plotting.graphs.LineGraph extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Class org.gcube.contentmanagement.graphtools.plotting.graphs.NumericSeriesGraph extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Class org.gcube.contentmanagement.graphtools.plotting.graphs.PieGraph extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Class org.gcube.contentmanagement.graphtools.plotting.graphs.RadarGraph extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Class org.gcube.contentmanagement.graphtools.plotting.graphs.ScatterGraphGeneric extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Class org.gcube.contentmanagement.graphtools.plotting.graphs.ScatterGraphNumeric extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Class org.gcube.contentmanagement.graphtools.plotting.graphs.TimeSeriesGraph extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String timeseriesformat
Class org.gcube.contentmanagement.graphtools.plotting.graphs.TransectLineGraph extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Package org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph |
---|
Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.CustomListenableDirectedWeightedGraph extends org.jgrapht.graph.ListenableDirectedWeightedGraph<V,E> implements Serializable |
---|
Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.CustomWeightedEdge extends org.jgrapht.graph.DefaultWeightedEdge implements Serializable |
---|
Serialized Fields |
---|
double weight
Object o1
Object o2
Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.GraphDisplayer extends JApplet implements Serializable |
---|
Serialized Fields |
---|
org.jgrapht.ext.JGraphModelAdapter<V,E> m_jgAdapter
int newxposition
int newyposition
CustomListenableDirectedWeightedGraph<V,E> g
int nodesCounter
ArrayList<E> VertexNames
HashMap<K,V> Edges
Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.GraphFramer extends Frame implements Serializable |
---|
Serialized Fields |
---|
GraphDisplayer graphDisplayer
Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.GraphGeneratorApplet extends JApplet implements Serializable |
---|
Serialized Fields |
---|
org.jgrapht.ext.JGraphModelAdapter<V,E> m_jgAdapter
Class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.RelationEdge extends org.jgrapht.graph.DefaultWeightedEdge implements Serializable |
---|
Serialized Fields |
---|
String relationName
long indexFrom
long indexTo
BigInteger weight
String categoryFrom
String categoryTo
Package org.gcube.dataanalysis.ecoengine.clustering |
---|
Class org.gcube.dataanalysis.ecoengine.clustering.XMeans extends weka.clusterers.RandomizableClusterer implements Serializable |
---|
serialVersionUID: -7941793078404132616L
Serialized Fields |
---|
weka.core.Instances m_Instances
weka.core.Instances m_Model
weka.filters.unsupervised.attribute.ReplaceMissingValues m_ReplaceMissingFilter
double m_BinValue
double m_Bic
double[] m_Mle
int m_MaxIterations
int m_MaxKMeans
int m_MaxKMeansForChildren
int m_NumClusters
int m_MinNumClusters
int m_MaxNumClusters
weka.core.DistanceFunction m_DistanceF
weka.core.Instances m_ClusterCenters
File m_InputCenterFile
Reader m_DebugVectorsInput
int m_DebugVectorsIndex
weka.core.Instances m_DebugVectors
File m_DebugVectorsFile
Reader m_CenterInput
File m_OutputCenterFile
PrintWriter m_CenterOutput
int[] m_ClusterAssignments
double m_CutOffFactor
weka.core.neighboursearch.KDTree m_KDTree
boolean m_UseKDTree
int m_IterationCount
int m_KMeansStopped
int m_NumSplits
int m_NumSplitsDone
int m_NumSplitsStillDone
int m_DebugLevel
boolean m_CurrDebugFlag
Package org.gcube.dataanalysis.ecoengine.configuration |
---|
Class org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration extends LexicalEngineConfiguration implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String configPath
String persistencePath
String tableSpace
List<E> endpoints
Integer numberOfResources
String model
String generator
String gcubeScope
HashMap<K,V> generalProperties
Package org.gcube.dataanalysis.ecoengine.evaluation.bioclimate |
---|
Class org.gcube.dataanalysis.ecoengine.evaluation.bioclimate.BioClimateGraph extends GenericStandaloneGraph implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
double max
double min
Package org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks |
---|
Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.Neural_Network extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Neuron[][] griglia
double soglia
double maxcycle
double acceptanceThr
double maxfactor
double minfactor
float status
Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.Neuron extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int attivfun
float[] W
Package org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions |
---|
Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.NeuralNet extends Object implements Serializable |
---|
Serialized Fields |
---|
Neuron[] neurons
Synapse[] synapses
int nolayers
org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.NeuralNet.Layer[] layers
Randomizer randomizer
int[] topology
Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Neuron extends Object implements Serializable |
---|
Serialized Fields |
---|
int id
double threshold
double prevthreshold
int layer
double output
char axonfamily
double momentumrate
double axonfuncflatness
double learningratecoefficient
Neuron[] neuronsout
Neuron[] neuronsin
Synapse[] synapsesout
Synapse[] synapsesin
double error
double cumulthresholddiff
Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Randomizer extends Object implements Serializable |
---|
Serialized Fields |
---|
Random random
Class org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Synapse extends Object implements Serializable |
---|
Serialized Fields |
---|
double weight
double prevweight
double cumulweightdiff
Neuron sourceunit
Neuron targetunit
Package org.gcube.dataanalysis.ecoengine.utils |
---|
Class org.gcube.dataanalysis.ecoengine.utils.Tuple extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ArrayList<E> elements
Package org.gcube.portlets.user.timeseries.charts.support.assertions |
---|
Class org.gcube.portlets.user.timeseries.charts.support.assertions.Assertion extends Object implements Serializable |
---|
serialVersionUID: -2007903339251667541L
Package org.gcube.portlets.user.timeseries.charts.support.exceptions |
---|
Class org.gcube.portlets.user.timeseries.charts.support.exceptions.InvalidParameterException extends Exception implements Serializable |
---|
serialVersionUID: -9108485633158199338L
Package org.gcube.portlets.user.timeseries.charts.support.tablemodel |
---|
Class org.gcube.portlets.user.timeseries.charts.support.tablemodel.FieldDescr extends Object implements Serializable |
---|
serialVersionUID: 532149221570962514L
Serialized Fields |
---|
String alias
String rawname
Class org.gcube.portlets.user.timeseries.charts.support.tablemodel.TableDescr extends Object implements Serializable |
---|
serialVersionUID: -4850971456321479627L
Serialized Fields |
---|
String name
String alias
List<E> fields
Package org.gcube.portlets.user.timeseries.charts.support.types |
---|
Class org.gcube.portlets.user.timeseries.charts.support.types.GraphData extends Object implements Serializable |
---|
serialVersionUID: 930654337632116093L
Serialized Fields |
---|
List<E> data
Number minY
Number maxY
Class org.gcube.portlets.user.timeseries.charts.support.types.GraphGroups extends Object implements Serializable |
---|
serialVersionUID: -466243452417462863L
Serialized Fields |
---|
Map<K,V> graphs
Class org.gcube.portlets.user.timeseries.charts.support.types.Point extends Object implements Serializable |
---|
serialVersionUID: 6164075295272357264L
Serialized Fields |
---|
String label
Number value
List<E> entries
Class org.gcube.portlets.user.timeseries.charts.support.types.ValueEntry extends Object implements Serializable |
---|
serialVersionUID: -6765421417425929840L
Serialized Fields |
---|
String label
Number value
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |