org.encog.app.analyst.script.segregate
Class AnalystSegregateTarget
- java.lang.Object
-
- org.encog.app.analyst.script.segregate.AnalystSegregateTarget
-
public class AnalystSegregateTarget extends java.lang.ObjectThis class specifies a target for the segregation process.
-
-
Constructor Summary
Constructors Constructor and Description AnalystSegregateTarget(java.lang.String theFile, int thePercent)Construct the segregation target.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetFile()intgetPercent()voidsetFile(java.lang.String theFile)voidsetPercent(int thePercent)java.lang.StringtoString()
-
-
-
Constructor Detail
-
AnalystSegregateTarget
public AnalystSegregateTarget(java.lang.String theFile, int thePercent)Construct the segregation target.- Parameters:
theFile- The file.thePercent- The percent.
-
-
Method Detail
-
getFile
public java.lang.String getFile()
- Returns:
- the file
-
getPercent
public int getPercent()
- Returns:
- the percent
-
setFile
public void setFile(java.lang.String theFile)
- Parameters:
theFile- the file to set
-
setPercent
public void setPercent(int thePercent)
- Parameters:
thePercent- the percent to set
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-
DMelt 3.0 © DataMelt by jWork.ORG