Class PropParameter


  • public class PropParameter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PropParameter​(float[] labels)  
      PropParameter​(int current, int[][] pairMap)  
      PropParameter​(int current, int[][] pairMap, float[][] pairWeight, float[][] targetValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • current

        public int current
      • pairMap

        public int[][] pairMap
      • pairWeight

        public float[][] pairWeight
      • targetValue

        public float[][] targetValue
      • labels

        public float[] labels
    • Constructor Detail

      • PropParameter

        public PropParameter​(int current,
                             int[][] pairMap)
      • PropParameter

        public PropParameter​(int current,
                             int[][] pairMap,
                             float[][] pairWeight,
                             float[][] targetValue)
      • PropParameter

        public PropParameter​(float[] labels)