org.encog.app.analyst.script.segregate
Class AnalystSegregateTarget
java.lang.Object
org.encog.app.analyst.script.segregate.AnalystSegregateTarget
public class AnalystSegregateTarget
- extends Object
This class specifies a target for the segregation process.
AnalystSegregateTarget
public AnalystSegregateTarget(String theFile,
int thePercent)
- Construct the segregation target.
- Parameters:
theFile
- The file.thePercent
- The percent.
getFile
public String getFile()
- Returns:
- the file
getPercent
public int getPercent()
- Returns:
- the percent
setFile
public void setFile(String theFile)
- Parameters:
theFile
- the file to set
setPercent
public void setPercent(int thePercent)
- Parameters:
thePercent
- the percent to set
toString
public String toString()
-
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.