Uses of Class
relational.classifier.ProbRNMultiHopMultiLabel

Packages that use ProbRNMultiHopMultiLabel
relational.classifier   
 

Uses of ProbRNMultiHopMultiLabel in relational.classifier
 

Methods in relational.classifier with parameters of type ProbRNMultiHopMultiLabel
 void Iterative.relaxationLabelingMultiLabel(ProbRNMultiHopMultiLabel prncl, weka.core.Instances test, java.util.HashMap id2ClassProb, edu.uci.ics.jung.graph.impl.SparseGraph graph, int label, java.util.HashMap expert, java.util.HashMap result, double th, double minWeight, int maxIterations, java.util.HashMap probabilities, int numNeighbors, java.util.HashMap weights, java.util.HashMap normWeights, java.lang.String type, int hops)
          Iterative method for PRNMultiHop All categories of an instance are considered (binary classification)