Uses of Class
org.tribuo.impl.ArrayExample
Packages that use ArrayExample
-
Uses of ArrayExample in org.tribuo.impl
Subclasses of ArrayExample in org.tribuo.implModifier and TypeClassDescriptionclass
IndexedArrayExample<T extends Output<T>>
A version of ArrayExample which also has the id numbers.Methods in org.tribuo.impl that return ArrayExampleModifier and TypeMethodDescriptionArrayExample.copy()
static ArrayExample<?>
ArrayExample.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.static ArrayExample<?>
IndexedArrayExample.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.