Uses of Class
org.gephi.graph.api.Estimator
-
Packages that use Estimator Package Description org.gephi.graph.api Complete API description, whereGraphModelis 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 EstimatorColumn. getEstimator()Returns the estimator for this columnstatic EstimatorEstimator. 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 booleanEstimator. is(Estimator estimator)Returns true if this estimator is equals toestimator.booleanEstimator. is(Estimator... estimators)Returns true if this estimator is any of the givenestimators.voidColumn. 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 ObjectIntervalMap. get(Interval interval, Estimator estimator)ObjectTimeMap. get(Interval interval, Estimator estimator)Get the estimated value for the given interval.ObjectTimestampMap. get(Interval interval, Estimator estimator)booleanIntervalBooleanMap. isSupported(Estimator estimator)booleanIntervalByteMap. isSupported(Estimator estimator)booleanIntervalCharMap. isSupported(Estimator estimator)booleanIntervalDoubleMap. isSupported(Estimator estimator)booleanIntervalFloatMap. isSupported(Estimator estimator)booleanIntervalIntegerMap. isSupported(Estimator estimator)booleanIntervalLongMap. isSupported(Estimator estimator)booleanIntervalShortMap. isSupported(Estimator estimator)booleanIntervalStringMap. isSupported(Estimator estimator)booleanTimeMap. isSupported(Estimator estimator)Returns whetherestimatoris supported.booleanTimestampBooleanMap. isSupported(Estimator estimator)booleanTimestampByteMap. isSupported(Estimator estimator)booleanTimestampCharMap. isSupported(Estimator estimator)booleanTimestampDoubleMap. isSupported(Estimator estimator)booleanTimestampFloatMap. isSupported(Estimator estimator)booleanTimestampIntegerMap. isSupported(Estimator estimator)booleanTimestampLongMap. isSupported(Estimator estimator)abstract booleanTimestampMap. isSupported(Estimator estimator)booleanTimestampShortMap. isSupported(Estimator estimator)booleanTimestampStringMap. isSupported(Estimator estimator)
-