org.encog.app.analyst.script.segregate
Class AnalystSegregateTarget

java.lang.Object
  extended by org.encog.app.analyst.script.segregate.AnalystSegregateTarget

public class AnalystSegregateTarget
extends Object

This class specifies a target for the segregation process.


Constructor Summary
AnalystSegregateTarget(String theFile, int thePercent)
          Construct the segregation target.
 
Method Summary
 String getFile()
           
 int getPercent()
           
 void setFile(String theFile)
           
 void setPercent(int thePercent)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalystSegregateTarget

public AnalystSegregateTarget(String theFile,
                              int thePercent)
Construct the segregation target.

Parameters:
theFile - The file.
thePercent - The percent.
Method Detail

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.