LBJ2.learn
Class MultiLabelLearner.Parameters

java.lang.Object
  extended by LBJ2.learn.Parameters
      extended by LBJ2.learn.SparseNetworkLearner.Parameters
          extended by LBJ2.learn.MultiLabelLearner.Parameters
Enclosing class:
MultiLabelLearner

public static class MultiLabelLearner.Parameters
extends SparseNetworkLearner.Parameters

Simply a container for all of MultiLabelLearner's configurable parameters. Using instances of this class should make code more readable and constructors less complicated.


Field Summary
 
Fields inherited from class LBJ2.learn.SparseNetworkLearner.Parameters
baseLTU
 
Constructor Summary
MultiLabelLearner.Parameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiLabelLearner.Parameters

public MultiLabelLearner.Parameters()