Package org.tinfour.svm.properties
Class SvmUnitSpecification
- java.lang.Object
-
- org.tinfour.svm.properties.SvmUnitSpecification
-
public class SvmUnitSpecification extends Object
Specifies a unit of measure and associated scaling factor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()Get the name of the unitdoublegetScaleFactor()Get a scaling factor for the unit of measureStringtoString()
-
-
-
Method Detail
-
getLabel
public String getLabel()
Get the name of the unit- Returns:
- a valid string
-
getScaleFactor
public double getScaleFactor()
Get a scaling factor for the unit of measure- Returns:
- a valid, non-zero floating point value
-
-