public class PcoaParamaters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PcoaParamaters.MatrixType |
static class |
PcoaParamaters.PackageToUse |
| Constructor and Description |
|---|
PcoaParamaters(String... args) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileIn() |
static org.apache.log4j.Logger |
getLOGGER() |
PcoaParamaters.MatrixType |
getMatrixType() |
String |
getNumberComponentsToCalc() |
static org.apache.commons.cli.Options |
getOPTIONS() |
PcoaParamaters.PackageToUse |
getPackageToUse() |
int |
getThreads() |
boolean |
isCenter() |
boolean |
isMultiThreading() |
boolean |
isOverRows() |
boolean |
isScale() |
static void |
printHelp() |
public PcoaParamaters(String... args) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseExceptionpublic static void printHelp()
public static org.apache.log4j.Logger getLOGGER()
public static org.apache.commons.cli.Options getOPTIONS()
public String getNumberComponentsToCalc()
public boolean isOverRows()
public boolean isCenter()
public boolean isScale()
public boolean isMultiThreading()
public int getThreads()
public String getFileIn()
public PcoaParamaters.MatrixType getMatrixType()
public PcoaParamaters.PackageToUse getPackageToUse()
Copyright © 2016. All Rights Reserved.