recorder.h

来自「数据挖掘经典的hierarchial clustering algorithm」· C头文件 代码 · 共 36 行

H
36
字号
/*
  ========================================================================
  DEVise Data Visualization Software
  (c) Copyright 1992-1996
  By the DEVise Development Group
  Madison, Wisconsin
  All Rights Reserved.
  ========================================================================

  Under no circumstances is this software to be copied, distributed,
  or altered in any way without prior permission from the DEVise
  Development Group.
*/

/*
  $Id: RecOrder.h,v 1.3 1996/01/15 16:55:03 jussi Exp $

  $Log: RecOrder.h,v $
  Revision 1.3  1996/01/15 16:55:03  jussi
  Added copyright notice and cleaned up the code a bit.

  Revision 1.2  1995/09/05 22:15:31  jussi
  Added CVS header.
*/

#ifndef RecOrder_h
#define RecOrder_h

/* order in which to return records */
enum RecordOrder { Randomize,   /* randomize the records if possible */
                   RecIdOrder,  /* arrange according to recId order */
                   AnyOrder     /* any order is acceptable */
};

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?