MATLAB File Help: prtDecisionBinary
prtDecisionBinary
  prtDecisionBinary Base class for all prtDecisionBinary objects
 
  A prtDecisionBinary object is an abstract class and cannot be
  instantiated.    
 
  prtBinaryDecsion objects find a threshold value that is used to make
  decisions based on certain criteria.
 
  prtDecisionBinary objects all have the following function:
 
  getThreshold - return the prtDecisionBinary objects decision
                 threshold
See also
Class Details
Superclasses prtDecision
Sealed false
Construct on load false
Constructor Summary
prtDecisionBinary Base class for all prtDecisionBinary objects 
Property Summary
classList  
dataSet The training prtDataSet, only stored if verboseStorage is true.  
dataSetSummary Structure that summarizes prtDataSet. 
isCrossValidateValid True 
isSupervised False 
isTrained Indicates if prtAction object has been trained. 
name Descriptive name of prtAction object. 
nameAbbreviation Shortened name for the prtAction object. 
showProgressBar  
userData User specified data 
verboseStorage Specifies whether or not to store the training prtDataset. 
Method Summary
  crossValidate Cross validate prtAction using prtDataSet and cross validation keys. 
  get get the object properties 
  kfolds Perform K-folds cross-validation of prtAction 
  optimize Optimize action parameter by exhaustive function maximization. 
  run Run a prtAction object on a prtDataSet object. 
  set set the object properties 
  train Train a prtAction object using training a prtDataSet object. 
Abstract   getThreshold