jBNC Toolbox

jbnc.operators
Class ClassDepend

java.lang.Object
  extended byjbnc.operators.Operator
      extended byjbnc.operators.ClassDepend

public final class ClassDepend
extends Operator

Constructs a selective naive Bayes classifier.

Since:
June 1, 1999
Author:
Jarek Sacha

Field Summary
 
Fields inherited from class jbnc.operators.Operator
debugMode
 
Constructor Summary
ClassDepend()
           
 
Method Summary
static BayesianNetworks.BayesNet create(Graph graphStruct, java.util.Collection gamma, AttributeSpecs[] names)
           
protected static Graph invertEdges(Graph graph)
           
 
Methods inherited from class jbnc.operators.Operator
getDebugMode, setDebugMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDepend

public ClassDepend()
Method Detail

create

public static BayesianNetworks.BayesNet create(Graph graphStruct,
                                               java.util.Collection gamma,
                                               AttributeSpecs[] names)
                                        throws java.lang.Exception
Parameters:
graphStruct -
gamma -
names -
Returns:
Throws:
java.lang.Exception

invertEdges

protected static Graph invertEdges(Graph graph)
                            throws java.lang.Exception
Parameters:
graph -
Returns:
Throws:
java.lang.Exception

SourceForge.net Logo