Uses of Class
wGmdh.jGmdh.oldskul.NodeFilter

Packages that use NodeFilter
wGmdh   
wGmdh.jGmdh.oldskul   
 

Uses of NodeFilter in wGmdh
 

Fields in wGmdh declared as NodeFilter
protected  NodeFilter MscPrototype.selector
          Deprecated.  
 

Methods in wGmdh that return NodeFilter
 NodeFilter Msc.getSelector()
           
 NodeFilter MscPrototype.getSelector()
          Deprecated.  
 NodeFilter MscWithCv.getSelector()
          Deprecated.  
 

Methods in wGmdh with parameters of type NodeFilter
 void Msc.setSelector(NodeFilter selector)
           
 void MscPrototype.setSelector(NodeFilter selector)
          Deprecated.  
 void MscWithCv.setSelector(NodeFilter selector)
          Deprecated.  
 

Uses of NodeFilter in wGmdh.jGmdh.oldskul
 

Subclasses of NodeFilter in wGmdh.jGmdh.oldskul
 class SlidingFilter
           
 

Fields in wGmdh.jGmdh.oldskul declared as NodeFilter
protected  NodeFilter MultiSelectCombi.selector
           
 

Constructors in wGmdh.jGmdh.oldskul with parameters of type NodeFilter
MultiSelectCombi(DatasetSupervised h, ModelFactory f, NodeFilter selector)