edu.columbia.cs.ref.engine.impl.resources
Class OperableStructureToBinarySVMproblemConverter

java.lang.Object
  extended by edu.columbia.cs.ref.engine.impl.resources.OperableStructureToBinarySVMproblemConverter

public class OperableStructureToBinarySVMproblemConverter
extends java.lang.Object


Constructor Summary
OperableStructureToBinarySVMproblemConverter()
           
 
Method Summary
static edu.berkeley.compbio.jlibsvm.binary.BinaryClassificationProblemImpl<java.lang.String,OperableStructure> convert(java.util.List<OperableStructure> train, RelationshipType relLabel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperableStructureToBinarySVMproblemConverter

public OperableStructureToBinarySVMproblemConverter()
Method Detail

convert

public static edu.berkeley.compbio.jlibsvm.binary.BinaryClassificationProblemImpl<java.lang.String,OperableStructure> convert(java.util.List<OperableStructure> train,
                                                                                                                              RelationshipType relLabel)