Uses of Interface
org.datavec.api.io.WritableComparable
-
Packages that use WritableComparable Package Description org.datavec.api.io org.datavec.api.writable -
-
Uses of WritableComparable in org.datavec.api.io
Methods in org.datavec.api.io that return WritableComparable Modifier and Type Method Description WritableComparableWritableComparator. newKey()Construct a newWritableComparableinstance.Methods in org.datavec.api.io that return types with arguments of type WritableComparable Modifier and Type Method Description Class<? extends WritableComparable>WritableComparator. getKeyClass()Returns the WritableComparable implementation class.Methods in org.datavec.api.io with parameters of type WritableComparable Modifier and Type Method Description intWritableComparator. compare(WritableComparable a, WritableComparable b)Compare two WritableComparables.Method parameters in org.datavec.api.io with type arguments of type WritableComparable Modifier and Type Method Description static WritableComparatorWritableComparator. get(Class<? extends WritableComparable> c)Get a comparator for aWritableComparableimplementation.Constructor parameters in org.datavec.api.io with type arguments of type WritableComparable Constructor Description WritableComparator(Class<? extends WritableComparable> keyClass)Construct for aWritableComparableimplementation.WritableComparator(Class<? extends WritableComparable> keyClass, boolean createInstances) -
Uses of WritableComparable in org.datavec.api.writable
Classes in org.datavec.api.writable that implement WritableComparable Modifier and Type Class Description classBooleanWritableclassByteWritableclassDoubleWritableWritable for Double values.classFloatWritableclassIntWritableclassLongWritableclassNDArrayWritableclassNullWritableclassTextMethods in org.datavec.api.writable with parameters of type WritableComparable Modifier and Type Method Description intLongWritable.DecreasingComparator. compare(WritableComparable a, WritableComparable b)
-