Class NumericalMeasure
java.lang.Object
smile.data.measure.NumericalMeasure
- All Implemented Interfaces:
Serializable, Measure
- Direct Known Subclasses:
IntervalScale, RatioScale
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NumericalMeasure
-
-
Method Details
-
toString
-
valueOf
Description copied from interface:MeasureReturns a measurement value object represented by the argument string s.- Specified by:
valueOfin interfaceMeasure- Parameters:
s- a string.- Returns:
- the parsed value.
- Throws:
NumberFormatException
-