public class PLSClassifier extends Classifier
-filter <filter specification> The PLS filter to use. Full classname of filter to include, followed by scheme options. (default: weka.filters.supervised.attribute.PLSFilter)
-D If set, classifier is run in debug mode and may output additional info to the console
 
 Options specific to filter weka.filters.supervised.attribute.PLSFilter ('-filter'):
 
 
 -D Turns on output of debugging information.
-C <num> The number of components to compute. (default: 20)
-U Updates the class attribute as well. (default: off)
-M Turns replacing of missing values on. (default: off)
-A <SIMPLS|PLS1> The algorithm to use. (default: PLS1)
-P <none|center|standardize> The type of preprocessing that is applied to the data. (default: center)
| Constructor and Description | 
|---|
| PLSClassifier() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | buildClassifier(Instances data)builds the classifier | 
| double | classifyInstance(Instance instance)Classifies the given test instance. | 
| java.lang.String | filterTipText()Returns the tip text for this property | 
| Capabilities | getCapabilities()Returns default capabilities of the classifier. | 
| Filter | getFilter()Get the PLS filter. | 
| java.lang.String[] | getOptions()returns the options of the current setup | 
| java.lang.String | getRevision()Returns the revision string. | 
| java.lang.String | globalInfo()Returns a string describing classifier | 
| java.util.Enumeration | listOptions()Gets an enumeration describing the available options. | 
| static void | main(java.lang.String[] args)Main method for running this classifier from commandline. | 
| void | setFilter(Filter value)Set the PLS filter (only used for setup). | 
| void | setOptions(java.lang.String[] options)Parses the options for this object. | 
| java.lang.String | toString()returns a string representation of the classifier | 
debugTipText, distributionForInstance, forName, getDebug, makeCopies, makeCopy, setDebugpublic java.lang.String globalInfo()
public java.util.Enumeration listOptions()
listOptions in interface OptionHandlerlistOptions in class Classifierpublic java.lang.String[] getOptions()
getOptions in interface OptionHandlergetOptions in class Classifierpublic void setOptions(java.lang.String[] options)
                throws java.lang.Exception
-filter <filter specification> The PLS filter to use. Full classname of filter to include, followed by scheme options. (default: weka.filters.supervised.attribute.PLSFilter)
-D If set, classifier is run in debug mode and may output additional info to the console
 
 Options specific to filter weka.filters.supervised.attribute.PLSFilter ('-filter'):
 
 
 -D Turns on output of debugging information.
-C <num> The number of components to compute. (default: 20)
-U Updates the class attribute as well. (default: off)
-M Turns replacing of missing values on. (default: off)
-A <SIMPLS|PLS1> The algorithm to use. (default: PLS1)
-P <none|center|standardize> The type of preprocessing that is applied to the data. (default: center)
setOptions in interface OptionHandlersetOptions in class Classifieroptions - the options to usejava.lang.Exception - if setting of options failspublic java.lang.String filterTipText()
public void setFilter(Filter value) throws java.lang.Exception
value - the kernel filter.java.lang.Exception - if not PLSFilterpublic Filter getFilter()
public Capabilities getCapabilities()
getCapabilities in interface CapabilitiesHandlergetCapabilities in class ClassifierCapabilitiespublic void buildClassifier(Instances data) throws java.lang.Exception
buildClassifier in class Classifierdata - the training instancesjava.lang.Exception - if something goes wrongpublic double classifyInstance(Instance instance) throws java.lang.Exception
classifyInstance in class Classifierinstance - the instance to be classifiedjava.lang.Exception - if an error occurred during the predictionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getRevision()
getRevision in interface RevisionHandlergetRevision in class Classifierpublic static void main(java.lang.String[] args)
args - the options