public class Tree extends Object
Tree(DataTable dataTable, double trustPunishment)
Tree(double trustPunishment)
DataTable
getDataTable()
Node
getRootNode()
TreeWithTrust
judge(Object ob)
void
setRootNode(Node rootNode)
study()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tree(double trustPunishment)
public Tree(DataTable dataTable, double trustPunishment) throws Exception
Exception
public Node getRootNode()
public DataTable getDataTable()
public void setRootNode(Node rootNode)
public TreeWithTrust judge(Object ob) throws Exception
public void study() throws Exception
Copyright © 2024. All rights reserved.