org.encog.app.analyst.csv.segregate
public class SegregateTargetPercent extends Object
Constructor and Description |
---|
SegregateTargetPercent(File outputFile,
int thePercent)
Construct the object.
|
Modifier and Type | Method and Description |
---|---|
File |
getFilename() |
int |
getNumberRemaining() |
int |
getPercent() |
void |
setFilename(File theFilename) |
void |
setNumberRemaining(int theNumberRemaining) |
void |
setPercent(int thePercent) |
String |
toString() |
public SegregateTargetPercent(File outputFile, int thePercent)
outputFile
- The output filename.thePercent
- The target percent.public File getFilename()
public int getNumberRemaining()
public int getPercent()
public void setFilename(File theFilename)
theFilename
- the filename to setpublic void setNumberRemaining(int theNumberRemaining)
theNumberRemaining
- the numberRemaining to setpublic void setPercent(int thePercent)
thePercent
- the percent to setCopyright © 2014. All Rights Reserved.