public static enum FactorAnalysis.ScoringRule extends Enum<FactorAnalysis.ScoringRule>
Enum Constant and Description |
---|
BARTLETT
Bartlett's (1937) weighted least-squares scores
|
THOMSON
Thomson's (1951) scores
|
Modifier and Type | Method and Description |
---|---|
static FactorAnalysis.ScoringRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FactorAnalysis.ScoringRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FactorAnalysis.ScoringRule THOMSON
public static final FactorAnalysis.ScoringRule BARTLETT
public static FactorAnalysis.ScoringRule[] values()
for (FactorAnalysis.ScoringRule c : FactorAnalysis.ScoringRule.values()) System.out.println(c);
public static FactorAnalysis.ScoringRule valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.