org.openimaj.ml.clustering
Interface ReadWriteableCluster

Type Parameters:
T - A cluster which can be read and written, mainly for defining the header of cluster files
All Superinterfaces:
Readable, ReadableASCII, ReadableBinary, ReadWriteable, Writeable, WriteableASCII, WriteableBinary
All Known Subinterfaces:
Cluster<T,DATATYPE>
All Known Implementing Classes:
ClusterLimitedIntRAC, FastByteKMeansCluster, FastDoubleKMeansCluster, FastFloatKMeansCluster, FastIntKMeansCluster, FastLongKMeansCluster, FastShortKMeansCluster, HByteKMeans, HDoubleKMeans, HFloatKMeans, HIntKMeans, HLongKMeans, HShortKMeans, IntRAC, IntRandomForest, RandomByteCluster, RandomDoubleCluster, RandomFloatCluster, RandomIntCluster, RandomLongCluster, RandomSetByteCluster, RandomSetDoubleCluster, RandomSetFloatCluster, RandomSetIntCluster, RandomSetLongCluster, RandomSetShortCluster, RandomShortCluster

public interface ReadWriteableCluster
extends ReadWriteable

Author:
Jonathon Hare , Sina Samangooei

Field Summary
static String CLUSTER_HEADER
          The defualt cluster header
 
Method Summary
 
Methods inherited from interface org.openimaj.io.ReadableASCII
asciiHeader, readASCII
 
Methods inherited from interface org.openimaj.io.ReadableBinary
binaryHeader, readBinary
 
Methods inherited from interface org.openimaj.io.WriteableASCII
asciiHeader, writeASCII
 
Methods inherited from interface org.openimaj.io.WriteableBinary
binaryHeader, writeBinary
 

Field Detail

CLUSTER_HEADER

static final String CLUSTER_HEADER
The defualt cluster header

See Also:
Constant Field Values


Copyright © 2011 The University of Southampton. All Rights Reserved.