程序包 weka.core.matrix
类 FloatingPointFormat
java.lang.Object
java.text.Format
java.text.NumberFormat
java.text.DecimalFormat
weka.core.matrix.FloatingPointFormat
- 所有已实现的接口:
Serializable
,Cloneable
,RevisionHandler
Class for the format of floating point numbers
- 版本:
- $Revision: 1.4 $
- 作者:
- Yong Wang
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 java.text.NumberFormat
NumberFormat.Field, NumberFormat.Style
-
字段概要
从类继承的字段 java.text.NumberFormat
FRACTION_FIELD, INTEGER_FIELD
-
构造器概要
构造器构造器说明Default constructorFloatingPointFormat
(int digits) FloatingPointFormat
(int w, int d) FloatingPointFormat
(int w, int d, boolean trailingZeros) -
方法概要
修饰符和类型方法说明format
(double number, StringBuffer toAppendTo, FieldPosition pos) Returns the revision string.static String
pattern
(int w, int d) int
width()
从类继承的方法 java.text.DecimalFormat
applyLocalizedPattern, applyPattern, clone, equals, format, format, formatToCharacterIterator, getCurrency, getDecimalFormatSymbols, getGroupingSize, getMaximumFractionDigits, getMaximumIntegerDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getMultiplier, getNegativePrefix, getNegativeSuffix, getPositivePrefix, getPositiveSuffix, getRoundingMode, hashCode, isDecimalSeparatorAlwaysShown, isParseBigDecimal, parse, setCurrency, setDecimalFormatSymbols, setDecimalSeparatorAlwaysShown, setGroupingSize, setGroupingUsed, setMaximumFractionDigits, setMaximumIntegerDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setMultiplier, setNegativePrefix, setNegativeSuffix, setParseBigDecimal, setPositivePrefix, setPositiveSuffix, setRoundingMode, toLocalizedPattern, toPattern
从类继承的方法 java.text.NumberFormat
format, format, getAvailableLocales, getCompactNumberInstance, getCompactNumberInstance, getCurrencyInstance, getCurrencyInstance, getInstance, getInstance, getIntegerInstance, getIntegerInstance, getNumberInstance, getNumberInstance, getPercentInstance, getPercentInstance, isGroupingUsed, isParseIntegerOnly, parse, parseObject, setParseIntegerOnly
从类继承的方法 java.text.Format
format, parseObject
-
构造器详细资料
-
FloatingPointFormat
public FloatingPointFormat()Default constructor -
FloatingPointFormat
public FloatingPointFormat(int digits) -
FloatingPointFormat
public FloatingPointFormat(int w, int d) -
FloatingPointFormat
public FloatingPointFormat(int w, int d, boolean trailingZeros)
-
-
方法详细资料
-
format
- 覆盖:
format
在类中DecimalFormat
-
pattern
-
width
public int width() -
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-