Uses of Class
org.gephi.graph.api.Estimator
-
Packages that use Estimator Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point.org.gephi.graph.api.types Custom types the API supports, in addition of primitive and arrays. -
-
Uses of Estimator in org.gephi.graph.api
Methods in org.gephi.graph.api that return Estimator Modifier and Type Method Description Estimator
Column. getEstimator()
Returns the estimator for this columnstatic Estimator
Estimator. valueOf(String name)
Returns the enum constant of this type with the specified name.static Estimator[]
Estimator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gephi.graph.api with parameters of type Estimator Modifier and Type Method Description boolean
Estimator. is(Estimator estimator)
Returns true if this estimator is equals toestimator
.boolean
Estimator. is(Estimator... estimators)
Returns true if this estimator is any of the givenestimators
.void
Column. setEstimator(Estimator estimator)
Sets the estimator for this column. -
Uses of Estimator in org.gephi.graph.api.types
Methods in org.gephi.graph.api.types with parameters of type Estimator Modifier and Type Method Description Object
IntervalMap. get(Interval interval, Estimator estimator)
Object
TimeMap. get(Interval interval, Estimator estimator)
Get the estimated value for the given interval.Object
TimestampMap. get(Interval interval, Estimator estimator)
boolean
IntervalBooleanMap. isSupported(Estimator estimator)
boolean
IntervalByteMap. isSupported(Estimator estimator)
boolean
IntervalCharMap. isSupported(Estimator estimator)
boolean
IntervalDoubleMap. isSupported(Estimator estimator)
boolean
IntervalFloatMap. isSupported(Estimator estimator)
boolean
IntervalIntegerMap. isSupported(Estimator estimator)
boolean
IntervalLongMap. isSupported(Estimator estimator)
boolean
IntervalShortMap. isSupported(Estimator estimator)
boolean
IntervalStringMap. isSupported(Estimator estimator)
boolean
TimeMap. isSupported(Estimator estimator)
Returns whetherestimator
is supported.boolean
TimestampBooleanMap. isSupported(Estimator estimator)
boolean
TimestampByteMap. isSupported(Estimator estimator)
boolean
TimestampCharMap. isSupported(Estimator estimator)
boolean
TimestampDoubleMap. isSupported(Estimator estimator)
boolean
TimestampFloatMap. isSupported(Estimator estimator)
boolean
TimestampIntegerMap. isSupported(Estimator estimator)
boolean
TimestampLongMap. isSupported(Estimator estimator)
abstract boolean
TimestampMap. isSupported(Estimator estimator)
boolean
TimestampShortMap. isSupported(Estimator estimator)
boolean
TimestampStringMap. isSupported(Estimator estimator)
-